#953A28

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

Shades of Fire #953A28

Tints of Fire #953A28

Color information

#953A28 (or 0x953A28) is unknown color: approx Fire. HEX triplet: 95, 3A and 28. RGB value is (149,58,40). Sum of RGB (Red+Green+Blue) = 149+58+40=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #953A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A28 is #6AC5D7. Grayscale: #535353. Windows color (decimal): -6997464 or 2636437. OLE color: 2636437.

HSL color Cylindrical-coordinate representation of color #953A28: hue angle of 9.91º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #953A28 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB1495840-
CMYK00.610.730.42
HSL9.91º57.67%37.06%-
HSV(B)9.91º73.15%58.43%-
XYZ14.299.573.1-
YUV83.16103.65174.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.32%
GREEN value IS 58 (23.05% from 255) = 23.48%
BLUE value IS 40 (16.02% from 255) = 16.19%
R=60.32%
G=23.48%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149584000.610.730.429.9157.6737.06
Hex953A2803D492Aa3a25
Octal225725007511152127245
Binary10010101111010101000011110110010011010101010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,58,40); }

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

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

 a { background-color: rgb(149,58,40); }

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

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

 span { border-color: rgb(149,58,40); }

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