#C3830A

Color #C3830A Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #C3830A

Tints of Dark Goldenrod #C3830A

Color information

#C3830A (or 0xC3830A) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 83 and 0A. RGB value is (195,131,10). Sum of RGB (Red+Green+Blue) = 195+131+10=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C3830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3830A is #3C7CF5. Grayscale: #888888. Windows color (decimal): -3964150 or 689091. OLE color: 689091.

HSL color Cylindrical-coordinate representation of color #C3830A: hue angle of 39.24º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3830A is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB19513110-
CMYK00.330.950.24
HSL39.24º90.24%40.2%-
HSV(B)39.24º94.87%76.47%-
XYZ30.6827.864.05-
YUV136.3456.7169.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 58.04%
GREEN value IS 131 (51.56% from 255) = 38.99%
BLUE value IS 10 (4.30% from 255) = 2.98%
R=58.04%
G=38.99%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951311000.330.950.2439.2490.2440.2
HexC383A0215F18275a28
Octal30320312041137304713250
Binary1100001110000011101001000011011111110001001111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3830A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3830A; }

 p { color: rgb(195,131,10); }

 H1.HeaderClassName
 {
   color: #C3830A;
 }
 .AnyTagClassName
 {
   color: #C3830A;
 }
</style>
background-color css

<style>
 a { background-color: #C3830A; }

 a { background-color: rgb(195,131,10); }

 div.DivClassName
 {
   background-color: #C3830A;
 }
 .BgClassName
 {
   background-color: #C3830A;
 }
</style>
border-color css

<style>
 span { border-color: #C3830A; }

 span { border-color: rgb(195,131,10); }

 td.TdClassName
 {
   border-color: #C3830A;
 }
 .TagClassName
 {
   border-color: #C3830A;
 }
</style>