#91760E

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

Shades of Golden Brown #91760E

Tints of Golden Brown #91760E

Color information

#91760E (or 0x91760E) is unknown color: approx Golden Brown. HEX triplet: 91, 76 and 0E. RGB value is (145,118,14). Sum of RGB (Red+Green+Blue) = 145+118+14=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #91760E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91760E is #6E89F1. Grayscale: #727272. Windows color (decimal): -7244274 or 947857. OLE color: 947857.

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

Color convert

RGB14511814-
CMYK00.190.900.43
HSL47.63º82.39%31.18%-
HSV(B)47.63º90.34%56.86%-
XYZ18.2319.013.12-
YUV114.2271.45149.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.35%
GREEN value IS 118 (46.48% from 255) = 42.60%
BLUE value IS 14 (5.86% from 255) = 5.05%
R=52.35%
G=42.60%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451181400.190.900.4347.6382.3931.18
Hex9176E0135A2B30521f
Octal22116616023132536012237
Binary10010001111011011100100111011010101011110000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91760E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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