Html Css Color HEX #85291D Burnt Umber

📋 copy color: '#85291D'

red 133 ◦ green 41 ◦ blue 29

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

Shades of Burnt Umber #85291D

Tints of Burnt Umber #85291D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.29%

R = 65.52%
G = 20.2%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#85291D (or 0x85291D) is known color: Burnt Umber. HEX triplet: 85, 29 and 1D. RGB value is (133,41,29). Sum of RGB (Red+Green+Blue) = 133+41+29=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #85291D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85291D is #7AD6E2. Grayscale: #434343. Windows color (decimal): -8050403 or 1911173. OLE color: 1911173.

HSL color Cylindrical-coordinate representation of color #85291D: hue angle of 6.92º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85291D is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 41 29 -
CMYK 0 0.69 0.78 0.48
HSL 6.92º 0.64% 0.32% -
HSV(B) 6.92º 0.78% 0.52% -
XYZ 10.69 6.66 1.88 -
YUV 67.14 106.48 174.98 -
System Red Green Blue C M Y K H S L
Decimal 133 41 29 0 0.69 0.78 0.48 6.92 0.64 0.32
Hex 85 29 1D 0 45 4E 30 7 40 20
Octal 205 51 35 0 105 116 60 7 100 40
Binary 10000101 101001 11101 0 1000101 1001110 110000 111 1000000 100000

Color Harmonies of #85291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85291D

Black with #85291D

Text Example


Text Example

White with #85291D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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