#B3810B

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

Shades of Dark Goldenrod #B3810B

Tints of Dark Goldenrod #B3810B

Color information

#B3810B (or 0xB3810B) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 81 and 0B. RGB value is (179,129,11). Sum of RGB (Red+Green+Blue) = 179+129+11=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B3810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3810B is #4C7EF4. Grayscale: #838383. Windows color (decimal): -5013237 or 754099. OLE color: 754099.

HSL color Cylindrical-coordinate representation of color #B3810B: hue angle of 42.14º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3810B is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB17912911-
CMYK00.280.940.30
HSL42.14º88.42%37.25%-
HSV(B)42.14º93.85%70.2%-
XYZ26.525.313.8-
YUV130.560.56162.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.11%
GREEN value IS 129 (50.78% from 255) = 40.44%
BLUE value IS 11 (4.69% from 255) = 3.45%
R=56.11%
G=40.44%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791291100.280.940.3042.1488.4237.25
HexB381B01C5E1E2a5825
Octal26320113034136365213045
Binary101100111000000110110111001011110111101010101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3810B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3810B; }

 p { color: rgb(179,129,11); }

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

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

 a { background-color: rgb(179,129,11); }

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

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

 span { border-color: rgb(179,129,11); }

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