#9C750B

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

Shades of Golden Brown #9C750B

Tints of Golden Brown #9C750B

Color information

#9C750B (or 0x9C750B) is unknown color: approx Golden Brown. HEX triplet: 9C, 75 and 0B. RGB value is (156,117,11). Sum of RGB (Red+Green+Blue) = 156+117+11=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 11 (4.69% from 255 or 3.87% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C750B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C750B is #638AF4. Grayscale: #757575. Windows color (decimal): -6523637 or 751004. OLE color: 751004.

HSL color Cylindrical-coordinate representation of color #9C750B: hue angle of 43.86º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C750B is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.39.

Color convert

RGB15611711-
CMYK00.250.930.39
HSL43.86º86.83%32.75%-
HSV(B)43.86º92.95%61.18%-
XYZ20.1319.813.08-
YUV116.5868.42156.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.93%
GREEN value IS 117 (46.09% from 255) = 41.20%
BLUE value IS 11 (4.69% from 255) = 3.87%
R=54.93%
G=41.20%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561171100.250.930.3943.8686.8332.75
Hex9C75B0195D272c5721
Octal23416513031135475412741
Binary100111001110101101101100110111011001111011001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,117,11); }

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

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

 a { background-color: rgb(156,117,11); }

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

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

 span { border-color: rgb(156,117,11); }

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