#953E26

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

Shades of Fire #953E26

Tints of Fire #953E26

Color information

#953E26 (or 0x953E26) is unknown color: approx Fire. HEX triplet: 95, 3E and 26. RGB value is (149,62,38). Sum of RGB (Red+Green+Blue) = 149+62+38=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #953E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953E26 is #6AC1D9. Grayscale: #555555. Windows color (decimal): -6996442 or 2506389. OLE color: 2506389.

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

Color convert

RGB1496238-
CMYK00.580.740.42
HSL12.97º59.36%36.67%-
HSV(B)12.97º74.5%58.43%-
XYZ14.479.973-
YUV85.28101.32173.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.84%
GREEN value IS 62 (24.61% from 255) = 24.90%
BLUE value IS 38 (15.23% from 255) = 15.26%
R=59.84%
G=24.90%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149623800.580.740.4212.9759.3636.67
Hex953E2603A4A2Ad3b25
Octal225764607211252157345
Binary10010101111110100110011101010010101010101101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,62,38); }

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

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

 a { background-color: rgb(149,62,38); }

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

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

 span { border-color: rgb(149,62,38); }

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