Html Css Color HEX #85321D Burnt Umber

📋 copy color: '#85321D'

red 133 ◦ green 50 ◦ blue 29

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

Shades of Burnt Umber #85321D

Tints of Burnt Umber #85321D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.68%

R = 62.74%
G = 23.58%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#85321D (or 0x85321D) is known color: Burnt Umber. HEX triplet: 85, 32 and 1D. RGB value is (133,50,29). Sum of RGB (Red+Green+Blue) = 133+50+29=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #85321D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85321D is #7ACDE2. Grayscale: #484848. Windows color (decimal): -8048099 or 1913477. OLE color: 1913477.

HSL color Cylindrical-coordinate representation of color #85321D: hue angle of 12.12º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85321D is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 50 29 -
CMYK 0 0.62 0.78 0.48
HSL 12.12º 0.64% 0.32% -
HSV(B) 12.12º 0.78% 0.52% -
XYZ 11.04 7.36 2 -
YUV 72.42 103.5 171.21 -
System Red Green Blue C M Y K H S L
Decimal 133 50 29 0 0.62 0.78 0.48 12.12 0.64 0.32
Hex 85 32 1D 0 3E 4E 30 C 40 20
Octal 205 62 35 0 76 116 60 14 100 40
Binary 10000101 110010 11101 0 111110 1001110 110000 1100 1000000 100000

Color Harmonies of #85321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85321D

Black with #85321D

Text Example


Text Example

White with #85321D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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