#91760C

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

Shades of Golden Brown #91760C

Tints of Golden Brown #91760C

Color information

#91760C (or 0x91760C) is unknown color: approx Golden Brown. HEX triplet: 91, 76 and 0C. RGB value is (145,118,12). Sum of RGB (Red+Green+Blue) = 145+118+12=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #91760C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91760C is #6E89F3. Grayscale: #727272. Windows color (decimal): -7244276 or 816785. OLE color: 816785.

HSL color Cylindrical-coordinate representation of color #91760C: hue angle of 47.82º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #91760C is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB14511812-
CMYK00.190.920.43
HSL47.82º84.71%30.78%-
HSV(B)47.82º91.72%56.86%-
XYZ18.22193.06-
YUV113.9970.45150.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.73%
GREEN value IS 118 (46.48% from 255) = 42.91%
BLUE value IS 12 (5.08% from 255) = 4.36%
R=52.73%
G=42.91%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451181200.190.920.4347.8284.7130.78
Hex9176C0135C2B30551f
Octal22116614023134536012537
Binary10010001111011011000100111011100101011110000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91760C; }

 p { color: rgb(145,118,12); }

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

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

 a { background-color: rgb(145,118,12); }

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

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

 span { border-color: rgb(145,118,12); }

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