#B78516

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

Shades of Dark Goldenrod #B78516

Tints of Dark Goldenrod #B78516

Color information

#B78516 (or 0xB78516) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 85 and 16. RGB value is (183,133,22). Sum of RGB (Red+Green+Blue) = 183+133+22=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B78516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78516 is #487AE9. Grayscale: #878787. Windows color (decimal): -4750058 or 1476023. OLE color: 1476023.

HSL color Cylindrical-coordinate representation of color #B78516: hue angle of 41.37º 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 #B78516 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB18313322-
CMYK00.270.880.28
HSL41.37º78.54%40.2%-
HSV(B)41.37º87.98%71.76%-
XYZ28.0626.94.47-
YUV135.364.06162.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.14%
GREEN value IS 133 (52.34% from 255) = 39.35%
BLUE value IS 22 (8.98% from 255) = 6.51%
R=54.14%
G=39.35%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831332200.270.880.2841.3778.5440.2
HexB7851601B581C294f28
Octal26720526033130345111750
Binary1011011110000101101100110111011000111001010011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78516; }

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

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

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

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

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

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

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

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