#954222

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

Shades of Fire #954222

Tints of Fire #954222

Color information

#954222 (or 0x954222) is unknown color: approx Fire. HEX triplet: 95, 42 and 22. RGB value is (149,66,34). Sum of RGB (Red+Green+Blue) = 149+66+34=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #954222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954222 is #6ABDDD. Grayscale: #575757. Windows color (decimal): -6995422 or 2245269. OLE color: 2245269.

HSL color Cylindrical-coordinate representation of color #954222: hue angle of 16.7º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #954222 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB1496634-
CMYK00.560.770.42
HSL16.7º62.84%35.88%-
HSV(B)16.7º77.18%58.43%-
XYZ14.6310.42.75-
YUV87.1798172.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.84%
GREEN value IS 66 (26.17% from 255) = 26.51%
BLUE value IS 34 (13.67% from 255) = 13.65%
R=59.84%
G=26.51%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149663400.560.770.4216.762.8435.88
Hex9542220384D2A113f24
Octal2251024207011552217744
Binary1001010110000101000100111000100110110101010001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954222; }

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

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

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

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

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

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

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

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