Html Css Color HEX #85321E Burnt Umber

📋 copy color: '#85321E'

red 133 ◦ green 50 ◦ blue 30

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

Shades of Burnt Umber #85321E

Tints of Burnt Umber #85321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.47%

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

R = 62.44%
G = 23.47%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85321E (or 0x85321E) is known color: Burnt Umber. HEX triplet: 85, 32 and 1E. RGB value is (133,50,30). Sum of RGB (Red+Green+Blue) = 133+50+30=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #85321E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85321E is #7ACDE1. Grayscale: #484848. Windows color (decimal): -8048098 or 1979013. OLE color: 1979013.

HSL color Cylindrical-coordinate representation of color #85321E: hue angle of 11.65º 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 #85321E is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 50 30 -
CMYK 0 0.62 0.77 0.48
HSL 11.65º 0.63% 0.32% -
HSV(B) 11.65º 0.77% 0.52% -
XYZ 11.05 7.36 2.07 -
YUV 72.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 133 50 30 0 0.62 0.77 0.48 11.65 0.63 0.32
Hex 85 32 1E 0 3E 4D 30 C 3F 20
Octal 205 62 36 0 76 115 60 14 77 40
Binary 10000101 110010 11110 0 111110 1001101 110000 1100 111111 100000

Color Harmonies of #85321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85321E

Black with #85321E

Text Example


Text Example

White with #85321E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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