#854226

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

Shades of Fire #854226

Tints of Fire #854226

Color information

#854226 (or 0x854226) is unknown color: approx Fire. HEX triplet: 85, 42 and 26. RGB value is (133,66,38). Sum of RGB (Red+Green+Blue) = 133+66+38=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #854226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854226 is #7ABDD9. Grayscale: #535353. Windows color (decimal): -8043994 or 2507397. OLE color: 2507397.

HSL color Cylindrical-coordinate representation of color #854226: hue angle of 17.68º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #854226 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB1336638-
CMYK00.500.710.48
HSL17.68º55.56%33.53%-
HSV(B)17.68º71.43%52.16%-
XYZ11.979.022.94-
YUV82.84102.7163.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.12%
GREEN value IS 66 (26.17% from 255) = 27.85%
BLUE value IS 38 (15.23% from 255) = 16.03%
R=56.12%
G=27.85%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133663800.500.710.4817.6855.5633.53
Hex8542260324730123822
Octal2051024606210760227042
Binary1000010110000101001100110010100011111000010010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854226; }

 p { color: rgb(133,66,38); }

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

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

 a { background-color: rgb(133,66,38); }

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

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

 span { border-color: rgb(133,66,38); }

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