#852E10

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

Shades of Burnt Umber #852E10

Tints of Burnt Umber #852E10

Color information

#852E10 (or 0x852E10) is unknown color: approx Burnt Umber. HEX triplet: 85, 2E and 10. RGB value is (133,46,16). Sum of RGB (Red+Green+Blue) = 133+46+16=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #852E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852E10 is #7AD1EF. Grayscale: #444444. Windows color (decimal): -8049136 or 1060485. OLE color: 1060485.

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

Color convert

RGB1334616-
CMYK00.650.880.48
HSL15.38º78.52%29.22%-
HSV(B)15.38º87.97%52.16%-
XYZ10.746.981.27-
YUV68.5998.32173.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 68.21%
GREEN value IS 46 (18.36% from 255) = 23.59%
BLUE value IS 16 (6.64% from 255) = 8.21%
R=68.21%
G=23.59%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133461600.650.880.4815.3878.5229.22
Hex852E100415830f4f1d
Octal20556200101130601711735
Binary10000101101110100000100000110110001100001111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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