Html Css Color HEX #85371B Burnt Umber

📋 copy color: '#85371B'

red 133 ◦ green 55 ◦ blue 27

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

Shades of Burnt Umber #85371B

Tints of Burnt Umber #85371B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.56%

R = 61.86%
G = 25.58%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85371B (or 0x85371B) is known color: Burnt Umber. HEX triplet: 85, 37 and 1B. RGB value is (133,55,27). Sum of RGB (Red+Green+Blue) = 133+55+27=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #85371B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85371B is #7AC8E4. Grayscale: #4B4B4B. Windows color (decimal): -8046821 or 1783685. OLE color: 1783685.

HSL color Cylindrical-coordinate representation of color #85371B: hue angle of 15.85º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85371B is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 55 27 -
CMYK 0 0.59 0.80 0.48
HSL 15.85º 0.66% 0.31% -
HSV(B) 15.85º 0.8% 0.52% -
XYZ 11.24 7.8 1.95 -
YUV 75.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 133 55 27 0 0.59 0.80 0.48 15.85 0.66 0.31
Hex 85 37 1B 0 3B 50 30 10 42 1F
Octal 205 67 33 0 73 120 60 20 102 37
Binary 10000101 110111 11011 0 111011 1010000 110000 10000 1000010 11111

Color Harmonies of #85371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85371B

Black with #85371B

Text Example


Text Example

White with #85371B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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