#B7810D

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

Shades of Dark Goldenrod #B7810D

Tints of Dark Goldenrod #B7810D

Color information

#B7810D (or 0xB7810D) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 81 and 0D. RGB value is (183,129,13). Sum of RGB (Red+Green+Blue) = 183+129+13=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B7810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7810D is #487EF2. Grayscale: #848484. Windows color (decimal): -4751091 or 885175. OLE color: 885175.

HSL color Cylindrical-coordinate representation of color #B7810D: hue angle of 40.94º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7810D is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB18312913-
CMYK00.300.930.28
HSL40.94º86.73%38.43%-
HSV(B)40.94º92.9%71.76%-
XYZ27.4525.83.91-
YUV131.9260.89164.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.31%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 13 (5.47% from 255) = 4%
R=56.31%
G=39.69%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831291300.300.930.2840.9486.7338.43
HexB781D01E5D1C295726
Octal26720115036135345112746
Binary101101111000000111010111101011101111001010011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7810D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7810D; }

 p { color: rgb(183,129,13); }

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

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

 a { background-color: rgb(183,129,13); }

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

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

 span { border-color: rgb(183,129,13); }

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