#B78416

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

Shades of Dark Goldenrod #B78416

Tints of Dark Goldenrod #B78416

Color information

#B78416 (or 0xB78416) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 84 and 16. RGB value is (183,132,22). Sum of RGB (Red+Green+Blue) = 183+132+22=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B78416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78416 is #487BE9. Grayscale: #878787. Windows color (decimal): -4750314 or 1475767. OLE color: 1475767.

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

Color convert

RGB18313222-
CMYK00.280.880.28
HSL40.99º78.54%40.2%-
HSV(B)40.99º87.98%71.76%-
XYZ27.9226.634.43-
YUV134.7164.4162.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.30%
GREEN value IS 132 (51.95% from 255) = 39.17%
BLUE value IS 22 (8.98% from 255) = 6.53%
R=54.30%
G=39.17%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831322200.280.880.2840.9978.5440.2
HexB7841601C581C294f28
Octal26720426034130345111750
Binary1011011110000100101100111001011000111001010011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78416; }

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

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

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

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

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

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

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

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