#95431E

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

Shades of Fire #95431E

Tints of Fire #95431E

Color information

#95431E (or 0x95431E) is unknown color: approx Fire. HEX triplet: 95, 43 and 1E. RGB value is (149,67,30). Sum of RGB (Red+Green+Blue) = 149+67+30=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #95431E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95431E is #6ABCE1. Grayscale: #575757. Windows color (decimal): -6995170 or 1983381. OLE color: 1983381.

HSL color Cylindrical-coordinate representation of color #95431E: hue angle of 18.66º 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 #95431E is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1496730-
CMYK00.550.800.42
HSL18.66º66.48%35.1%-
HSV(B)18.66º79.87%58.43%-
XYZ14.6410.52.48-
YUV87.395.67172.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.57%
GREEN value IS 67 (26.56% from 255) = 27.24%
BLUE value IS 30 (12.11% from 255) = 12.20%
R=60.57%
G=27.24%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149673000.550.800.4218.6666.4835.1
Hex95431E037502A134223
Octal22510336067120522310243
Binary1001010110000111111001101111010000101010100111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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