#852812

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

Shades of Burnt Umber #852812

Tints of Burnt Umber #852812

Color information

#852812 (or 0x852812) is unknown color: approx Burnt Umber. HEX triplet: 85, 28 and 12. RGB value is (133,40,18). Sum of RGB (Red+Green+Blue) = 133+40+18=191 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.63% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 133 - color contains mainly: red. Hex color #852812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852812 is #7AD7ED. Grayscale: #414141. Windows color (decimal): -8050670 or 1190021. OLE color: 1190021.

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

Color convert

RGB1334018-
CMYK00.700.860.48
HSL11.48º76.16%29.61%-
HSV(B)11.48º86.47%52.16%-
XYZ10.546.551.28-
YUV65.3101.31176.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 69.63%
GREEN value IS 40 (16.02% from 255) = 20.94%
BLUE value IS 18 (7.42% from 255) = 9.42%
R=69.63%
G=20.94%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133401800.700.860.4811.4876.1629.61
Hex8528120465630b4c1e
Octal20550220106126601311436
Binary10000101101000100100100011010101101100001011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852812; }

 p { color: rgb(133,40,18); }

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

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

 a { background-color: rgb(133,40,18); }

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

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

 span { border-color: rgb(133,40,18); }

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