#9D750C

Color #9D750C Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9D750C

Tints of Golden Brown #9D750C

Color information

#9D750C (or 0x9D750C) is unknown color: approx Golden Brown. HEX triplet: 9D, 75 and 0C. RGB value is (157,117,12). Sum of RGB (Red+Green+Blue) = 157+117+12=286 (37% of max value = 765). Red value is 157 (61.72% from 255 or 54.90% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 157 - color contains mainly: red. Hex color #9D750C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D750C is #628AF3. Grayscale: #757575. Windows color (decimal): -6458100 or 816541. OLE color: 816541.

HSL color Cylindrical-coordinate representation of color #9D750C: hue angle of 43.45º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D750C is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB15711712-
CMYK00.250.920.38
HSL43.45º85.8%33.14%-
HSV(B)43.45º92.36%61.57%-
XYZ20.3319.923.12-
YUV116.9968.75156.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.90%
GREEN value IS 117 (46.09% from 255) = 40.91%
BLUE value IS 12 (5.08% from 255) = 4.20%
R=54.90%
G=40.91%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571171200.250.920.3843.4585.833.14
Hex9D75C0195C262b5621
Octal23516514031134465312641
Binary100111011110101110001100110111001001101010111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D750C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D750C; }

 p { color: rgb(157,117,12); }

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

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

 a { background-color: rgb(157,117,12); }

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

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

 span { border-color: rgb(157,117,12); }

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