#853012

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

Shades of Burnt Umber #853012

Tints of Burnt Umber #853012

Color information

#853012 (or 0x853012) is unknown color: approx Burnt Umber. HEX triplet: 85, 30 and 12. RGB value is (133,48,18). Sum of RGB (Red+Green+Blue) = 133+48+18=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #853012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853012 is #7ACFED. Grayscale: #464646. Windows color (decimal): -8048622 or 1192069. OLE color: 1192069.

HSL color Cylindrical-coordinate representation of color #853012: hue angle of 15.65º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #853012 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1334818-
CMYK00.640.860.48
HSL15.65º76.16%29.61%-
HSV(B)15.65º86.47%52.16%-
XYZ10.847.141.38-
YUV7098.66172.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.83%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 18 (7.42% from 255) = 9.05%
R=66.83%
G=24.12%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133481800.640.860.4815.6576.1629.61
Hex8530120405630104c1e
Octal20560220100126602011436
Binary100001011100001001001000000101011011000010000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853012; }

 p { color: rgb(133,48,18); }

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

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

 a { background-color: rgb(133,48,18); }

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

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

 span { border-color: rgb(133,48,18); }

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