Html Css Color HEX #85290E Burnt Umber

📋 copy color: '#85290E'

red 133 ◦ green 41 ◦ blue 14

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

Shades of Burnt Umber #85290E

Tints of Burnt Umber #85290E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.81%

 BLUE value IS 14 (5.86% from 255) = 7.45%

R = 70.74%
G = 21.81%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85290E (or 0x85290E) is known color: Burnt Umber. HEX triplet: 85, 29 and 0E. RGB value is (133,41,14). Sum of RGB (Red+Green+Blue) = 133+41+14=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #85290E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85290E is #7AD6F1. Grayscale: #414141. Windows color (decimal): -8050418 or 928133. OLE color: 928133.

HSL color Cylindrical-coordinate representation of color #85290E: hue angle of 13.61º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85290E is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 41 14 -
CMYK 0 0.69 0.89 0.48
HSL 13.61º 0.81% 0.29% -
HSV(B) 13.61º 0.89% 0.52% -
XYZ 10.55 6.6 1.13 -
YUV 65.43 98.98 176.2 -
System Red Green Blue C M Y K H S L
Decimal 133 41 14 0 0.69 0.89 0.48 13.61 0.81 0.29
Hex 85 29 E 0 45 59 30 E 51 1D
Octal 205 51 16 0 105 131 60 16 121 35
Binary 10000101 101001 1110 0 1000101 1011001 110000 1110 1010001 11101

Color Harmonies of #85290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85290E

Black with #85290E

Text Example


Text Example

White with #85290E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,41,14); }

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

background-color css

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

 a { background-color: rgb(133,41,14); }

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

border-color css

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

 span { border-color: rgb(133,41,14); }

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