#B0750D

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

Shades of Dark Goldenrod #B0750D

Tints of Dark Goldenrod #B0750D

Color information

#B0750D (or 0xB0750D) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 75 and 0D. RGB value is (176,117,13). Sum of RGB (Red+Green+Blue) = 176+117+13=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B0750D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0750D is #4F8AF2. Grayscale: #7B7B7B. Windows color (decimal): -5212915 or 882096. OLE color: 882096.

HSL color Cylindrical-coordinate representation of color #B0750D: hue angle of 38.28º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0750D is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB17611713-
CMYK00.340.930.31
HSL38.28º86.24%37.06%-
HSV(B)38.28º92.61%69.02%-
XYZ24.3421.983.34-
YUV122.7866.05165.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.52%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 13 (5.47% from 255) = 4.25%
R=57.52%
G=38.24%
B=4.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761171300.340.930.3138.2886.2437.06
HexB075D0225D1F265625
Octal26016515042135374612645
Binary101100001110101110101000101011101111111001101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0750D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0750D; }

 p { color: rgb(176,117,13); }

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

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

 a { background-color: rgb(176,117,13); }

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

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

 span { border-color: rgb(176,117,13); }

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