#953F25

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

Shades of Fire #953F25

Tints of Fire #953F25

Color information

#953F25 (or 0x953F25) is unknown color: approx Fire. HEX triplet: 95, 3F and 25. RGB value is (149,63,37). Sum of RGB (Red+Green+Blue) = 149+63+37=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #953F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F25 is #6AC0DA. Grayscale: #555555. Windows color (decimal): -6996187 or 2441109. OLE color: 2441109.

HSL color Cylindrical-coordinate representation of color #953F25: hue angle of 13.93º 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 #953F25 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB1496337-
CMYK00.580.750.42
HSL13.93º60.22%36.47%-
HSV(B)13.93º75.17%58.43%-
XYZ14.5110.082.93-
YUV85.75100.49173.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.84%
GREEN value IS 63 (25% from 255) = 25.30%
BLUE value IS 37 (14.84% from 255) = 14.86%
R=59.84%
G=25.30%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149633700.580.750.4213.9360.2236.47
Hex953F2503A4B2Ae3c24
Octal225774507211352167444
Binary10010101111111100101011101010010111010101110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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