Html Css Color HEX #85371C Burnt Umber

📋 copy color: '#85371C'

red 133 ◦ green 55 ◦ blue 28

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

Shades of Burnt Umber #85371C

Tints of Burnt Umber #85371C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.46%

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

R = 61.57%
G = 25.46%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85371C (or 0x85371C) is known color: Burnt Umber. HEX triplet: 85, 37 and 1C. RGB value is (133,55,28). Sum of RGB (Red+Green+Blue) = 133+55+28=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 28 (11.33% from 255 or 12.96% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #85371C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85371C is #7AC8E3. Grayscale: #4B4B4B. Windows color (decimal): -8046820 or 1849221. OLE color: 1849221.

HSL color Cylindrical-coordinate representation of color #85371C: hue angle of 15.43º 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 #85371C is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 55 28 -
CMYK 0 0.59 0.79 0.48
HSL 15.43º 0.65% 0.32% -
HSV(B) 15.43º 0.79% 0.52% -
XYZ 11.25 7.8 2.01 -
YUV 75.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 133 55 28 0 0.59 0.79 0.48 15.43 0.65 0.32
Hex 85 37 1C 0 3B 4F 30 F 41 20
Octal 205 67 34 0 73 117 60 17 101 40
Binary 10000101 110111 11100 0 111011 1001111 110000 1111 1000001 100000

Color Harmonies of #85371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85371C

Black with #85371C

Text Example


Text Example

White with #85371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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