#C3850A

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

Shades of Dark Goldenrod #C3850A

Tints of Dark Goldenrod #C3850A

Color information

#C3850A (or 0xC3850A) is unknown color: approx Dark Goldenrod. HEX triplet: C3, 85 and 0A. RGB value is (195,133,10). Sum of RGB (Red+Green+Blue) = 195+133+10=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3850A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3850A is #3C7AF5. Grayscale: #8A8A8A. Windows color (decimal): -3963638 or 689603. OLE color: 689603.

HSL color Cylindrical-coordinate representation of color #C3850A: hue angle of 39.89º 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 #C3850A is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB19513310-
CMYK00.320.950.24
HSL39.89º90.24%40.2%-
HSV(B)39.89º94.87%76.47%-
XYZ30.9528.44.14-
YUV137.5256.04169-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.69%
GREEN value IS 133 (52.34% from 255) = 39.35%
BLUE value IS 10 (4.30% from 255) = 2.96%
R=57.69%
G=39.35%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951331000.320.950.2439.8990.2440.2
HexC385A0205F18285a28
Octal30320512040137305013250
Binary1100001110000101101001000001011111110001010001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3850A; }

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

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

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

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

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

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

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

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