#B77A10

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

Shades of Dark Goldenrod #B77A10

Tints of Dark Goldenrod #B77A10

Color information

#B77A10 (or 0xB77A10) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 7A and 10. RGB value is (183,122,16). Sum of RGB (Red+Green+Blue) = 183+122+16=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77A10 is #4885EF. Grayscale: #808080. Windows color (decimal): -4752880 or 1079991. OLE color: 1079991.

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

Color convert

RGB18312216-
CMYK00.330.910.28
HSL38.08º83.92%39.02%-
HSV(B)38.08º91.26%71.76%-
XYZ26.5824.023.73-
YUV128.1664.71167.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.01%
GREEN value IS 122 (48.05% from 255) = 38.01%
BLUE value IS 16 (6.64% from 255) = 4.98%
R=57.01%
G=38.01%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831221600.330.910.2838.0883.9239.02
HexB77A100215B1C265427
Octal26717220041133344612447
Binary1011011111110101000001000011011011111001001101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A10; }

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

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

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

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

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

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

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

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