#B78410

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

Shades of Dark Goldenrod #B78410

Tints of Dark Goldenrod #B78410

Color information

#B78410 (or 0xB78410) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 84 and 10. RGB value is (183,132,16). Sum of RGB (Red+Green+Blue) = 183+132+16=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B78410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78410 is #487BEF. Grayscale: #868686. Windows color (decimal): -4750320 or 1082551. OLE color: 1082551.

HSL color Cylindrical-coordinate representation of color #B78410: hue angle of 41.68º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B78410 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB18313216-
CMYK00.280.910.28
HSL41.68º83.92%39.02%-
HSV(B)41.68º91.26%71.76%-
XYZ27.8726.614.16-
YUV134.0261.4162.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.29%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 16 (6.64% from 255) = 4.83%
R=55.29%
G=39.88%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831321600.280.910.2841.6883.9239.02
HexB7841001C5B1C2a5427
Octal26720420034133345212447
Binary1011011110000100100000111001011011111001010101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78410; }

 p { color: rgb(183,132,16); }

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

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

 a { background-color: rgb(183,132,16); }

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

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

 span { border-color: rgb(183,132,16); }

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