#953928

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

Shades of Fire #953928

Tints of Fire #953928

Color information

#953928 (or 0x953928) is unknown color: approx Fire. HEX triplet: 95, 39 and 28. RGB value is (149,57,40). Sum of RGB (Red+Green+Blue) = 149+57+40=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #953928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953928 is #6AC6D7. Grayscale: #525252. Windows color (decimal): -6997720 or 2636181. OLE color: 2636181.

HSL color Cylindrical-coordinate representation of color #953928: hue angle of 9.36º 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 #953928 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB1495740-
CMYK00.620.730.42
HSL9.36º57.67%37.06%-
HSV(B)9.36º73.15%58.43%-
XYZ14.249.473.08-
YUV82.57103.98175.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.57%
GREEN value IS 57 (22.66% from 255) = 23.17%
BLUE value IS 40 (16.02% from 255) = 16.26%
R=60.57%
G=23.17%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149574000.620.730.429.3657.6737.06
Hex95392803E492A93a25
Octal225715007611152117245
Binary10010101111001101000011111010010011010101001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953928; }

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

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

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

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

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

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

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

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