#953A25

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

Shades of Fire #953A25

Tints of Fire #953A25

Color information

#953A25 (or 0x953A25) is unknown color: approx Fire. HEX triplet: 95, 3A and 25. RGB value is (149,58,37). Sum of RGB (Red+Green+Blue) = 149+58+37=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #953A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A25 is #6AC5DA. Grayscale: #525252. Windows color (decimal): -6997467 or 2439829. OLE color: 2439829.

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

Color convert

RGB1495837-
CMYK00.610.750.42
HSL11.25º60.22%36.47%-
HSV(B)11.25º75.17%58.43%-
XYZ14.249.552.84-
YUV82.82102.15175.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.07%
GREEN value IS 58 (23.05% from 255) = 23.77%
BLUE value IS 37 (14.84% from 255) = 15.16%
R=61.07%
G=23.77%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149583700.610.750.4211.2560.2236.47
Hex953A2503D4B2Ab3c24
Octal225724507511352137444
Binary10010101111010100101011110110010111010101011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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