Html Css Color HEX #85291E Burnt Umber

📋 copy color: '#85291E'

red 133 ◦ green 41 ◦ blue 30

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

Shades of Burnt Umber #85291E

Tints of Burnt Umber #85291E

RGB

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

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

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

R = 65.2%
G = 20.1%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85291E (or 0x85291E) is known color: Burnt Umber. HEX triplet: 85, 29 and 1E. RGB value is (133,41,30). Sum of RGB (Red+Green+Blue) = 133+41+30=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #85291E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85291E is #7AD6E1. Grayscale: #434343. Windows color (decimal): -8050402 or 1976709. OLE color: 1976709.

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

Color convert

RGB 133 41 30 -
CMYK 0 0.69 0.77 0.48
HSL 6.41º 0.63% 0.32% -
HSV(B) 6.41º 0.77% 0.52% -
XYZ 10.7 6.67 1.95 -
YUV 67.25 106.98 174.89 -
System Red Green Blue C M Y K H S L
Decimal 133 41 30 0 0.69 0.77 0.48 6.41 0.63 0.32
Hex 85 29 1E 0 45 4D 30 6 3F 20
Octal 205 51 36 0 105 115 60 6 77 40
Binary 10000101 101001 11110 0 1000101 1001101 110000 110 111111 100000

Color Harmonies of #85291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85291E

Black with #85291E

Text Example


Text Example

White with #85291E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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