#852A10

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

Shades of Burnt Umber #852A10

Tints of Burnt Umber #852A10

Color information

#852A10 (or 0x852A10) is unknown color: approx Burnt Umber. HEX triplet: 85, 2A and 10. RGB value is (133,42,16). Sum of RGB (Red+Green+Blue) = 133+42+16=191 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.63% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 133 - color contains mainly: red. Hex color #852A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852A10 is #7AD5EF. Grayscale: #424242. Windows color (decimal): -8050160 or 1059461. OLE color: 1059461.

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

Color convert

RGB1334216-
CMYK00.680.880.48
HSL13.33º78.52%29.22%-
HSV(B)13.33º87.97%52.16%-
XYZ10.596.681.22-
YUV66.2499.65175.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 69.63%
GREEN value IS 42 (16.80% from 255) = 21.99%
BLUE value IS 16 (6.64% from 255) = 8.38%
R=69.63%
G=21.99%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133421600.680.880.4813.3378.5229.22
Hex852A100445830d4f1d
Octal20552200104130601511735
Binary10000101101010100000100010010110001100001101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,42,16); }

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

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

 a { background-color: rgb(133,42,16); }

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

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

 span { border-color: rgb(133,42,16); }

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