Html Css Color HEX #853112 Burnt Umber

📋 copy color: '#853112'

red 133 ◦ green 49 ◦ blue 18

#853112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #853112

Tints of Burnt Umber #853112

RGB

 RED value IS 133 (52.34% from 255) = 66.5%

 GREEN value IS 49 (19.53% from 255) = 24.5%

 BLUE value IS 18 (7.42% from 255) = 9%

R = 66.5%
G = 24.5%
B = 9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#853112 (or 0x853112) is known color: Burnt Umber. HEX triplet: 85, 31 and 12. RGB value is (133,49,18). Sum of RGB (Red+Green+Blue) = 133+49+18=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #853112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853112 is #7ACEED. Grayscale: #464646. Windows color (decimal): -8048366 or 1192325. OLE color: 1192325.

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

Color convert

RGB 133 49 18 -
CMYK 0 0.63 0.86 0.48
HSL 16.17º 0.76% 0.3% -
HSV(B) 16.17º 0.86% 0.52% -
XYZ 10.88 7.23 1.39 -
YUV 70.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 133 49 18 0 0.63 0.86 0.48 16.17 0.76 0.3
Hex 85 31 12 0 3F 56 30 10 4C 1E
Octal 205 61 22 0 77 126 60 20 114 36
Binary 10000101 110001 10010 0 111111 1010110 110000 10000 1001100 11110

Color Harmonies of #853112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853112

Black with #853112

Text Example


Text Example

White with #853112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853112; }

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

 H1.HeaderClassName
 {
   color: #853112;
 }
 .AnyTagClassName
 {
   color: #853112;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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