#852910

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

Shades of Burnt Umber #852910

Tints of Burnt Umber #852910

Color information

#852910 (or 0x852910) is unknown color: approx Burnt Umber. HEX triplet: 85, 29 and 10. RGB value is (133,41,16). Sum of RGB (Red+Green+Blue) = 133+41+16=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #852910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852910 is #7AD6EF. Grayscale: #414141. Windows color (decimal): -8050416 or 1059205. OLE color: 1059205.

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

Color convert

RGB1334116-
CMYK00.690.880.48
HSL12.82º78.52%29.22%-
HSV(B)12.82º87.97%52.16%-
XYZ10.566.611.21-
YUV65.6699.98176.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 70%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 16 (6.64% from 255) = 8.42%
R=70%
G=21.58%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133411600.690.880.4812.8278.5229.22
Hex8529100455830d4f1d
Octal20551200105130601511735
Binary10000101101001100000100010110110001100001101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852910; }

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

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

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

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

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

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

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

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