#B78316

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

Shades of Dark Goldenrod #B78316

Tints of Dark Goldenrod #B78316

Color information

#B78316 (or 0xB78316) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 83 and 16. RGB value is (183,131,22). Sum of RGB (Red+Green+Blue) = 183+131+22=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B78316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78316 is #487CE9. Grayscale: #868686. Windows color (decimal): -4750570 or 1475511. OLE color: 1475511.

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

Color convert

RGB18313122-
CMYK00.280.880.28
HSL40.62º78.54%40.2%-
HSV(B)40.62º87.98%71.76%-
XYZ27.7926.364.38-
YUV134.1264.73162.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.46%
GREEN value IS 131 (51.56% from 255) = 38.99%
BLUE value IS 22 (8.98% from 255) = 6.55%
R=54.46%
G=38.99%
B=6.55%

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
Decimal1831312200.280.880.2840.6278.5440.2
HexB7831601C581C294f28
Octal26720326034130345111750
Binary1011011110000011101100111001011000111001010011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78316; }

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

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

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

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

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

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

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

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