#995E1C

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

Shades of Golden Brown #995E1C

Tints of Golden Brown #995E1C

Color information

#995E1C (or 0x995E1C) is unknown color: approx Golden Brown. HEX triplet: 99, 5E and 1C. RGB value is (153,94,28). Sum of RGB (Red+Green+Blue) = 153+94+28=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #995E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995E1C is #66A1E3. Grayscale: #686868. Windows color (decimal): -6726116 or 1859225. OLE color: 1859225.

HSL color Cylindrical-coordinate representation of color #995E1C: hue angle of 31.68º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #995E1C is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB1539428-
CMYK00.390.820.4
HSL31.68º69.06%35.49%-
HSV(B)31.68º81.7%60%-
XYZ17.3514.863.05-
YUV104.1285.05162.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.64%
GREEN value IS 94 (37.11% from 255) = 34.18%
BLUE value IS 28 (11.33% from 255) = 10.18%
R=55.64%
G=34.18%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153942800.390.820.431.6869.0635.49
Hex995E1C0275228204523
Octal23113634047122504010543
Binary10011001101111011100010011110100101010001000001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995E1C; }

 p { color: rgb(153,94,28); }

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

<style>
 a { background-color: #995E1C; }

 a { background-color: rgb(153,94,28); }

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

<style>
 span { border-color: #995E1C; }

 span { border-color: rgb(153,94,28); }

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