#95720E

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

Shades of Golden Brown #95720E

Tints of Golden Brown #95720E

Color information

#95720E (or 0x95720E) is unknown color: approx Golden Brown. HEX triplet: 95, 72 and 0E. RGB value is (149,114,14). Sum of RGB (Red+Green+Blue) = 149+114+14=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #95720E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95720E is #6A8DF1. Grayscale: #717171. Windows color (decimal): -6983154 or 946837. OLE color: 946837.

HSL color Cylindrical-coordinate representation of color #95720E: hue angle of 44.44º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95720E is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB14911414-
CMYK00.230.910.42
HSL44.44º82.82%31.96%-
HSV(B)44.44º90.6%58.43%-
XYZ18.4918.463-
YUV113.0672.1153.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.79%
GREEN value IS 114 (44.92% from 255) = 41.16%
BLUE value IS 14 (5.86% from 255) = 5.05%
R=53.79%
G=41.16%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491141400.230.910.4244.4482.8231.96
Hex9572E0175B2A2c5320
Octal22516216027133525412340
Binary100101011110010111001011110110111010101011001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95720E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,114,14); }

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

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

 a { background-color: rgb(149,114,14); }

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

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

 span { border-color: rgb(149,114,14); }

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