#95421E

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

Shades of Fire #95421E

Tints of Fire #95421E

Color information

#95421E (or 0x95421E) is unknown color: approx Fire. HEX triplet: 95, 42 and 1E. RGB value is (149,66,30). Sum of RGB (Red+Green+Blue) = 149+66+30=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #95421E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95421E is #6ABDE1. Grayscale: #565656. Windows color (decimal): -6995426 or 1983125. OLE color: 1983125.

HSL color Cylindrical-coordinate representation of color #95421E: hue angle of 18.15º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95421E is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1496630-
CMYK00.560.800.42
HSL18.15º66.48%35.1%-
HSV(B)18.15º79.87%58.43%-
XYZ14.5810.382.46-
YUV86.7196172.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.82%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 30 (12.11% from 255) = 12.24%
R=60.82%
G=26.94%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149663000.560.800.4218.1566.4835.1
Hex95421E038502A124223
Octal22510236070120522210243
Binary1001010110000101111001110001010000101010100101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95421E; }

 p { color: rgb(149,66,30); }

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

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

 a { background-color: rgb(149,66,30); }

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

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

 span { border-color: rgb(149,66,30); }

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