#B77613

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

Shades of Dark Goldenrod #B77613

Tints of Dark Goldenrod #B77613

Color information

#B77613 (or 0xB77613) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 76 and 13. RGB value is (183,118,19). Sum of RGB (Red+Green+Blue) = 183+118+19=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B77613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77613 is #4889EC. Grayscale: #7E7E7E. Windows color (decimal): -4753901 or 1275575. OLE color: 1275575.

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

Color convert

RGB18311819-
CMYK00.360.900.28
HSL36.22º81.19%39.61%-
HSV(B)36.22º89.62%71.76%-
XYZ26.1223.073.69-
YUV126.1567.53168.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.19%
GREEN value IS 118 (46.48% from 255) = 36.88%
BLUE value IS 19 (7.81% from 255) = 5.94%
R=57.19%
G=36.88%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831181900.360.900.2836.2281.1939.61
HexB776130245A1C245128
Octal26716623044132344412150
Binary1011011111101101001101001001011010111001001001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77613; }

 p { color: rgb(183,118,19); }

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

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

 a { background-color: rgb(183,118,19); }

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

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

 span { border-color: rgb(183,118,19); }

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