#953925

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

Shades of Fire #953925

Tints of Fire #953925

Color information

#953925 (or 0x953925) is unknown color: approx Fire. HEX triplet: 95, 39 and 25. RGB value is (149,57,37). Sum of RGB (Red+Green+Blue) = 149+57+37=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #953925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953925 is #6AC6DA. Grayscale: #525252. Windows color (decimal): -6997723 or 2439573. OLE color: 2439573.

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

Color convert

RGB1495737-
CMYK00.620.750.42
HSL10.71º60.22%36.47%-
HSV(B)10.71º75.17%58.43%-
XYZ14.199.452.83-
YUV82.23102.48175.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.32%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 37 (14.84% from 255) = 15.23%
R=61.32%
G=23.46%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149573700.620.750.4210.7160.2236.47
Hex95392503E4B2Ab3c24
Octal225714507611352137444
Binary10010101111001100101011111010010111010101011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953925; }

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

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

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

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

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

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

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

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