#852810

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

Shades of Burnt Umber #852810

Tints of Burnt Umber #852810

Color information

#852810 (or 0x852810) is unknown color: approx Burnt Umber. HEX triplet: 85, 28 and 10. RGB value is (133,40,16). Sum of RGB (Red+Green+Blue) = 133+40+16=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #852810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852810 is #7AD7EF. Grayscale: #414141. Windows color (decimal): -8050672 or 1058949. OLE color: 1058949.

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

Color convert

RGB1334016-
CMYK00.700.880.48
HSL12.31º78.52%29.22%-
HSV(B)12.31º87.97%52.16%-
XYZ10.536.541.2-
YUV65.07100.31176.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 70.37%
GREEN value IS 40 (16.02% from 255) = 21.16%
BLUE value IS 16 (6.64% from 255) = 8.47%
R=70.37%
G=21.16%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133401600.700.880.4812.3178.5229.22
Hex8528100465830c4f1d
Octal20550200106130601411735
Binary10000101101000100000100011010110001100001100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852810; }

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

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

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

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

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

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

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

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