#b77916

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

Shades of Dark Goldenrod #B77916

Tints of Dark Goldenrod #B77916

Color information

#B77916 (or 0xB77916) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 79 and 16. RGB value is (183,121,22). Sum of RGB (Red+Green+Blue) = 183+121+22=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B77916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77916 is #4886E9. Grayscale: #808080. Windows color (decimal): -4753130 or 1472951. OLE color: 1472951.

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

Color convert

RGB18312122-
CMYK00.340.880.28
HSL36.89º78.54%40.2%-
HSV(B)36.89º87.98%71.76%-
XYZ26.5123.83.96-
YUV128.2568.04167.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.13%
GREEN value IS 121 (47.66% from 255) = 37.12%
BLUE value IS 22 (8.98% from 255) = 6.75%
R=56.13%
G=37.12%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831212200.340.880.2836.8978.5440.2
HexB77916022581C254f28
Octal26717126042130344511750
Binary1011011111110011011001000101011000111001001011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b77916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b77916; }

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

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

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

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

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

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

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

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