Html Css Color HEX #85371E Burnt Umber

📋 copy color: '#85371E'

red 133 ◦ green 55 ◦ blue 30

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

Shades of Burnt Umber #85371E

Tints of Burnt Umber #85371E

RGB

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

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

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

R = 61.01%
G = 25.23%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85371E (or 0x85371E) is known color: Burnt Umber. HEX triplet: 85, 37 and 1E. RGB value is (133,55,30). Sum of RGB (Red+Green+Blue) = 133+55+30=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 30 (12.11% from 255 or 13.76% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #85371E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85371E is #7AC8E1. Grayscale: #4B4B4B. Windows color (decimal): -8046818 or 1980293. OLE color: 1980293.

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

Color convert

RGB 133 55 30 -
CMYK 0 0.59 0.77 0.48
HSL 14.56º 0.63% 0.32% -
HSV(B) 14.56º 0.77% 0.52% -
XYZ 11.27 7.81 2.14 -
YUV 75.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 133 55 30 0 0.59 0.77 0.48 14.56 0.63 0.32
Hex 85 37 1E 0 3B 4D 30 F 3F 20
Octal 205 67 36 0 73 115 60 17 77 40
Binary 10000101 110111 11110 0 111011 1001101 110000 1111 111111 100000

Color Harmonies of #85371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85371E

Black with #85371E

Text Example


Text Example

White with #85371E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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