#853420

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

Shades of Burnt Umber #853420

Tints of Burnt Umber #853420

Color information

#853420 (or 0x853420) is unknown color: approx Burnt Umber. HEX triplet: 85, 34 and 20. RGB value is (133,52,32). Sum of RGB (Red+Green+Blue) = 133+52+32=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #853420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853420 is #7ACBDF. Grayscale: #4A4A4A. Windows color (decimal): -8047584 or 2110597. OLE color: 2110597.

HSL color Cylindrical-coordinate representation of color #853420: hue angle of 11.88º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #853420 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB1335232-
CMYK00.610.760.48
HSL11.88º61.21%32.35%-
HSV(B)11.88º75.94%52.16%-
XYZ11.167.552.23-
YUV73.94104.34170.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.29%
GREEN value IS 52 (20.70% from 255) = 23.96%
BLUE value IS 32 (12.89% from 255) = 14.75%
R=61.29%
G=23.96%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133523200.610.760.4811.8861.2132.35
Hex85342003D4C30c3d20
Octal205644007511460147540
Binary10000101110100100000011110110011001100001100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853420; }

 p { color: rgb(133,52,32); }

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

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

 a { background-color: rgb(133,52,32); }

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

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

 span { border-color: rgb(133,52,32); }

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