#995C0C

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

Shades of Golden Brown #995C0C

Tints of Golden Brown #995C0C

Color information

#995C0C (or 0x995C0C) is unknown color: approx Golden Brown. HEX triplet: 99, 5C and 0C. RGB value is (153,92,12). Sum of RGB (Red+Green+Blue) = 153+92+12=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #995C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995C0C is #66A3F3. Grayscale: #656565. Windows color (decimal): -6726644 or 810137. OLE color: 810137.

HSL color Cylindrical-coordinate representation of color #995C0C: hue angle of 34.04º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #995C0C is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB1539212-
CMYK00.400.920.4
HSL34.04º85.45%32.35%-
HSV(B)34.04º92.16%60%-
XYZ17.0314.452.24-
YUV101.1277.71165-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.53%
GREEN value IS 92 (36.33% from 255) = 35.80%
BLUE value IS 12 (5.08% from 255) = 4.67%
R=59.53%
G=35.80%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153921200.400.920.434.0485.4532.35
Hex995CC0285C28225520
Octal23113414050134504212540
Binary1001100110111001100010100010111001010001000101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,92,12); }

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

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

 a { background-color: rgb(153,92,12); }

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

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

 span { border-color: rgb(153,92,12); }

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