Html Css Color HEX #85321C Burnt Umber

📋 copy color: '#85321C'

red 133 ◦ green 50 ◦ blue 28

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

Shades of Burnt Umber #85321C

Tints of Burnt Umber #85321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.27%

R = 63.03%
G = 23.7%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85321C (or 0x85321C) is known color: Burnt Umber. HEX triplet: 85, 32 and 1C. RGB value is (133,50,28). Sum of RGB (Red+Green+Blue) = 133+50+28=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #85321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85321C is #7ACDE3. Grayscale: #484848. Windows color (decimal): -8048100 or 1847941. OLE color: 1847941.

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

Color convert

RGB 133 50 28 -
CMYK 0 0.62 0.79 0.48
HSL 12.57º 0.65% 0.32% -
HSV(B) 12.57º 0.79% 0.52% -
XYZ 11.02 7.35 1.94 -
YUV 72.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 133 50 28 0 0.62 0.79 0.48 12.57 0.65 0.32
Hex 85 32 1C 0 3E 4F 30 D 41 20
Octal 205 62 34 0 76 117 60 15 101 40
Binary 10000101 110010 11100 0 111110 1001111 110000 1101 1000001 100000

Color Harmonies of #85321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85321C

Black with #85321C

Text Example


Text Example

White with #85321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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