#B77512

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

Shades of Dark Goldenrod #B77512

Tints of Dark Goldenrod #B77512

Color information

#B77512 (or 0xB77512) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 75 and 12. RGB value is (183,117,18). Sum of RGB (Red+Green+Blue) = 183+117+18=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B77512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77512 is #488AED. Grayscale: #7D7D7D. Windows color (decimal): -4754158 or 1209783. OLE color: 1209783.

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

Color convert

RGB18311718-
CMYK00.360.900.28
HSL36º82.09%39.41%-
HSV(B)36º90.16%71.76%-
XYZ2622.833.61-
YUV125.4567.37169.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.55%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 18 (7.42% from 255) = 5.66%
R=57.55%
G=36.79%
B=5.66%

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
Decimal1831171800.360.900.283682.0939.41
HexB775120245A1C245227
Octal26716522044132344412247
Binary1011011111101011001001001001011010111001001001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77512; }

 p { color: rgb(183,117,18); }

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

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

 a { background-color: rgb(183,117,18); }

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

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

 span { border-color: rgb(183,117,18); }

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