Html Css Color HEX #85341B Burnt Umber

📋 copy color: '#85341B'

red 133 ◦ green 52 ◦ blue 27

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

Shades of Burnt Umber #85341B

Tints of Burnt Umber #85341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.53%

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

R = 62.74%
G = 24.53%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85341B (or 0x85341B) is known color: Burnt Umber. HEX triplet: 85, 34 and 1B. RGB value is (133,52,27). Sum of RGB (Red+Green+Blue) = 133+52+27=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #85341B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85341B is #7ACBE4. Grayscale: #494949. Windows color (decimal): -8047589 or 1782917. OLE color: 1782917.

HSL color Cylindrical-coordinate representation of color #85341B: hue angle of 14.15º 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 #85341B is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 52 27 -
CMYK 0 0.61 0.80 0.48
HSL 14.15º 0.66% 0.31% -
HSV(B) 14.15º 0.8% 0.52% -
XYZ 11.1 7.52 1.9 -
YUV 73.37 101.84 170.53 -
System Red Green Blue C M Y K H S L
Decimal 133 52 27 0 0.61 0.80 0.48 14.15 0.66 0.31
Hex 85 34 1B 0 3D 50 30 E 42 1F
Octal 205 64 33 0 75 120 60 16 102 37
Binary 10000101 110100 11011 0 111101 1010000 110000 1110 1000010 11111

Color Harmonies of #85341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85341B

Black with #85341B

Text Example


Text Example

White with #85341B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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