Html Css Color HEX #85311E Burnt Umber

📋 copy color: '#85311E'

red 133 ◦ green 49 ◦ blue 30

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

Shades of Burnt Umber #85311E

Tints of Burnt Umber #85311E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.15%

R = 62.74%
G = 23.11%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85311E (or 0x85311E) is known color: Burnt Umber. HEX triplet: 85, 31 and 1E. RGB value is (133,49,30). Sum of RGB (Red+Green+Blue) = 133+49+30=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #85311E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85311E is #7ACEE1. Grayscale: #484848. Windows color (decimal): -8048354 or 1978757. OLE color: 1978757.

HSL color Cylindrical-coordinate representation of color #85311E: hue angle of 11.07º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85311E is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 49 30 -
CMYK 0 0.63 0.77 0.48
HSL 11.07º 0.63% 0.32% -
HSV(B) 11.07º 0.77% 0.52% -
XYZ 11.01 7.28 2.05 -
YUV 71.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 133 49 30 0 0.63 0.77 0.48 11.07 0.63 0.32
Hex 85 31 1E 0 3F 4D 30 B 3F 20
Octal 205 61 36 0 77 115 60 13 77 40
Binary 10000101 110001 11110 0 111111 1001101 110000 1011 111111 100000

Color Harmonies of #85311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85311E

Black with #85311E

Text Example


Text Example

White with #85311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85311E; }

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

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

background-color css

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

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

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

border-color css

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

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

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