#852E1E

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

Shades of Burnt Umber #852E1E

Tints of Burnt Umber #852E1E

Color information

#852E1E (or 0x852E1E) is unknown color: approx Burnt Umber. HEX triplet: 85, 2E and 1E. RGB value is (133,46,30). Sum of RGB (Red+Green+Blue) = 133+46+30=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #852E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E1E is #7AD1E1. Grayscale: #464646. Windows color (decimal): -8049122 or 1977989. OLE color: 1977989.

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

Color convert

RGB1334630-
CMYK00.650.770.48
HSL9.32º63.19%31.96%-
HSV(B)9.32º77.44%52.16%-
XYZ10.887.032.01-
YUV70.19105.32172.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.64%
GREEN value IS 46 (18.36% from 255) = 22.01%
BLUE value IS 30 (12.11% from 255) = 14.35%
R=63.64%
G=22.01%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133463000.650.770.489.3263.1931.96
Hex852E1E0414D3093f20
Octal2055636010111560117740
Binary10000101101110111100100000110011011100001001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852E1E; }

 p { color: rgb(133,46,30); }

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

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

 a { background-color: rgb(133,46,30); }

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

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

 span { border-color: rgb(133,46,30); }

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