#852C10

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

Shades of Burnt Umber #852C10

Tints of Burnt Umber #852C10

Color information

#852C10 (or 0x852C10) is unknown color: approx Burnt Umber. HEX triplet: 85, 2C and 10. RGB value is (133,44,16). Sum of RGB (Red+Green+Blue) = 133+44+16=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #852C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852C10 is #7AD3EF. Grayscale: #434343. Windows color (decimal): -8049648 or 1059973. OLE color: 1059973.

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

Color convert

RGB1334416-
CMYK00.670.880.48
HSL14.36º78.52%29.22%-
HSV(B)14.36º87.97%52.16%-
XYZ10.676.831.25-
YUV67.4298.99174.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 68.91%
GREEN value IS 44 (17.58% from 255) = 22.80%
BLUE value IS 16 (6.64% from 255) = 8.29%
R=68.91%
G=22.80%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133441600.670.880.4814.3678.5229.22
Hex852C100435830e4f1d
Octal20554200103130601611735
Binary10000101101100100000100001110110001100001110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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