#852712

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

Shades of Burnt Umber #852712

Tints of Burnt Umber #852712

Color information

#852712 (or 0x852712) is unknown color: approx Burnt Umber. HEX triplet: 85, 27 and 12. RGB value is (133,39,18). Sum of RGB (Red+Green+Blue) = 133+39+18=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 18 (7.42% from 255 or 9.47% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #852712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852712 is #7AD8ED. Grayscale: #404040. Windows color (decimal): -8050926 or 1189765. OLE color: 1189765.

HSL color Cylindrical-coordinate representation of color #852712: hue angle of 10.96º 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 #852712 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1333918-
CMYK00.710.860.48
HSL10.96º76.16%29.61%-
HSV(B)10.96º86.47%52.16%-
XYZ10.516.481.27-
YUV64.71101.64176.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 70%
GREEN value IS 39 (15.62% from 255) = 20.53%
BLUE value IS 18 (7.42% from 255) = 9.47%
R=70%
G=20.53%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133391800.710.860.4810.9676.1629.61
Hex8527120475630b4c1e
Octal20547220107126601311436
Binary10000101100111100100100011110101101100001011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852712; }

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

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

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

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

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

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

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

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