#853010

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

Shades of Burnt Umber #853010

Tints of Burnt Umber #853010

Color information

#853010 (or 0x853010) is unknown color: approx Burnt Umber. HEX triplet: 85, 30 and 10. RGB value is (133,48,16). Sum of RGB (Red+Green+Blue) = 133+48+16=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #853010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853010 is #7ACFEF. Grayscale: #454545. Windows color (decimal): -8048624 or 1060997. OLE color: 1060997.

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

Color convert

RGB1334816-
CMYK00.640.880.48
HSL16.41º78.52%29.22%-
HSV(B)16.41º87.97%52.16%-
XYZ10.827.141.3-
YUV69.7797.66173.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 67.51%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 16 (6.64% from 255) = 8.12%
R=67.51%
G=24.37%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133481600.640.880.4816.4178.5229.22
Hex8530100405830104f1d
Octal20560200100130602011735
Binary100001011100001000001000000101100011000010000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853010; }

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

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

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

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

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

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

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

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