#85422D

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

Shades of Fire #85422D

Tints of Fire #85422D

Color information

#85422D (or 0x85422D) is unknown color: approx Fire. HEX triplet: 85, 42 and 2D. RGB value is (133,66,45). Sum of RGB (Red+Green+Blue) = 133+66+45=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #85422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85422D is #7ABDD2. Grayscale: #535353. Windows color (decimal): -8043987 or 2966149. OLE color: 2966149.

HSL color Cylindrical-coordinate representation of color #85422D: hue angle of 14.32º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85422D is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB1336645-
CMYK00.500.660.48
HSL14.32º49.44%34.9%-
HSV(B)14.32º66.17%52.16%-
XYZ12.099.073.6-
YUV83.64106.2163.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.51%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 45 (17.97% from 255) = 18.44%
R=54.51%
G=27.05%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133664500.500.660.4814.3249.4434.9
Hex85422D0324230e3123
Octal2051025506210260166143
Binary100001011000010101101011001010000101100001110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85422D; }

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

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

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

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

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

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

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

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