#95560C

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

Shades of Golden Brown #95560C

Tints of Golden Brown #95560C

Color information

#95560C (or 0x95560C) is unknown color: approx Golden Brown. HEX triplet: 95, 56 and 0C. RGB value is (149,86,12). Sum of RGB (Red+Green+Blue) = 149+86+12=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #95560C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95560C is #6AA9F3. Grayscale: #606060. Windows color (decimal): -6990324 or 808597. OLE color: 808597.

HSL color Cylindrical-coordinate representation of color #95560C: hue angle of 32.41º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95560C is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB1498612-
CMYK00.420.920.42
HSL32.41º85.09%31.57%-
HSV(B)32.41º91.95%58.43%-
XYZ15.7913.072.04-
YUV96.480.37165.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.32%
GREEN value IS 86 (33.98% from 255) = 34.82%
BLUE value IS 12 (5.08% from 255) = 4.86%
R=60.32%
G=34.82%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149861200.420.920.4232.4185.0931.57
Hex9556C02A5C2A205520
Octal22512614052134524012540
Binary1001010110101101100010101010111001010101000001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95560C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,86,12); }

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

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

 a { background-color: rgb(149,86,12); }

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

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

 span { border-color: rgb(149,86,12); }

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