#852E11

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

Shades of Burnt Umber #852E11

Tints of Burnt Umber #852E11

Color information

#852E11 (or 0x852E11) is unknown color: approx Burnt Umber. HEX triplet: 85, 2E and 11. RGB value is (133,46,17). Sum of RGB (Red+Green+Blue) = 133+46+17=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #852E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852E11 is #7AD1EE. Grayscale: #444444. Windows color (decimal): -8049135 or 1126021. OLE color: 1126021.

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

Color convert

RGB1334617-
CMYK00.650.870.48
HSL15º77.33%29.41%-
HSV(B)15º87.22%52.16%-
XYZ10.756.981.31-
YUV68.7198.82173.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 67.86%
GREEN value IS 46 (18.36% from 255) = 23.47%
BLUE value IS 17 (7.03% from 255) = 8.67%
R=67.86%
G=23.47%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133461700.650.870.481577.3329.41
Hex852E110415730f4d1d
Octal20556210101127601711535
Binary10000101101110100010100000110101111100001111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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