#852E1B

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

Shades of Burnt Umber #852E1B

Tints of Burnt Umber #852E1B

Color information

#852E1B (or 0x852E1B) is unknown color: approx Burnt Umber. HEX triplet: 85, 2E and 1B. RGB value is (133,46,27). Sum of RGB (Red+Green+Blue) = 133+46+27=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #852E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E1B is #7AD1E4. Grayscale: #464646. Windows color (decimal): -8049125 or 1781381. OLE color: 1781381.

HSL color Cylindrical-coordinate representation of color #852E1B: hue angle of 10.75º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852E1B is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1334627-
CMYK00.650.800.48
HSL10.75º66.25%31.37%-
HSV(B)10.75º79.7%52.16%-
XYZ10.857.021.82-
YUV69.85103.82173.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.56%
GREEN value IS 46 (18.36% from 255) = 22.33%
BLUE value IS 27 (10.94% from 255) = 13.11%
R=64.56%
G=22.33%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133462700.650.800.4810.7566.2531.37
Hex852E1B0415030b421f
Octal20556330101120601310237
Binary10000101101110110110100000110100001100001011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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