#953C20

Color #953C20 Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire #953C20

Tints of Fire #953C20

Color information

#953C20 (or 0x953C20) is unknown color: approx Fire. HEX triplet: 95, 3C and 20. RGB value is (149,60,32). Sum of RGB (Red+Green+Blue) = 149+60+32=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #953C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C20 is #6AC3DF. Grayscale: #535353. Windows color (decimal): -6996960 or 2112661. OLE color: 2112661.

HSL color Cylindrical-coordinate representation of color #953C20: hue angle of 14.36º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #953C20 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB1496032-
CMYK00.600.790.42
HSL14.36º64.64%35.49%-
HSV(B)14.36º78.52%58.43%-
XYZ14.279.732.49-
YUV83.4298.99174.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.83%
GREEN value IS 60 (23.83% from 255) = 24.90%
BLUE value IS 32 (12.89% from 255) = 13.28%
R=61.83%
G=24.90%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149603200.600.790.4214.3664.6435.49
Hex953C2003C4F2Ae4123
Octal2257440074117521610143
Binary100101011111001000000111100100111110101011101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953C20; }

 p { color: rgb(149,60,32); }

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

<style>
 a { background-color: #953C20; }

 a { background-color: rgb(149,60,32); }

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

<style>
 span { border-color: #953C20; }

 span { border-color: rgb(149,60,32); }

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