Html Css Color HEX #85291F Burnt Umber

📋 copy color: '#85291F'

red 133 ◦ green 41 ◦ blue 31

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

Shades of Burnt Umber #85291F

Tints of Burnt Umber #85291F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.12%

R = 64.88%
G = 20%
B = 15.12%

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

#85291F (or 0x85291F) is known color: Burnt Umber. HEX triplet: 85, 29 and 1F. RGB value is (133,41,31). Sum of RGB (Red+Green+Blue) = 133+41+31=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #85291F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85291F is #7AD6E0. Grayscale: #434343. Windows color (decimal): -8050401 or 2042245. OLE color: 2042245.

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

Color convert

RGB 133 41 31 -
CMYK 0 0.69 0.77 0.48
HSL 5.88º 0.62% 0.32% -
HSV(B) 5.88º 0.77% 0.52% -
XYZ 10.71 6.67 2.02 -
YUV 67.37 107.48 174.81 -
System Red Green Blue C M Y K H S L
Decimal 133 41 31 0 0.69 0.77 0.48 5.88 0.62 0.32
Hex 85 29 1F 0 45 4D 30 6 3E 20
Octal 205 51 37 0 105 115 60 6 76 40
Binary 10000101 101001 11111 0 1000101 1001101 110000 110 111110 100000

Color Harmonies of #85291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85291F

Black with #85291F

Text Example


Text Example

White with #85291F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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