#85432A

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

Shades of Fire #85432A

Tints of Fire #85432A

Color information

#85432A (or 0x85432A) is unknown color: approx Fire. HEX triplet: 85, 43 and 2A. RGB value is (133,67,42). Sum of RGB (Red+Green+Blue) = 133+67+42=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #85432A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85432A is #7ABCD5. Grayscale: #545454. Windows color (decimal): -8043734 or 2769797. OLE color: 2769797.

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

Color convert

RGB1336742-
CMYK00.500.680.48
HSL16.48º52%34.31%-
HSV(B)16.48º68.42%52.16%-
XYZ12.19.173.32-
YUV83.88104.37163.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.96%
GREEN value IS 67 (26.56% from 255) = 27.69%
BLUE value IS 42 (16.80% from 255) = 17.36%
R=54.96%
G=27.69%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133674200.500.680.4816.485234.31
Hex85432A0324430103422
Octal2051035206210460206442
Binary1000010110000111010100110010100010011000010000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85432A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85432A; }

 p { color: rgb(133,67,42); }

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

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

 a { background-color: rgb(133,67,42); }

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

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

 span { border-color: rgb(133,67,42); }

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