Html Css Color HEX #85291C Burnt Umber

📋 copy color: '#85291C'

red 133 ◦ green 41 ◦ blue 28

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

Shades of Burnt Umber #85291C

Tints of Burnt Umber #85291C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.86%

R = 65.84%
G = 20.3%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85291C (or 0x85291C) is known color: Burnt Umber. HEX triplet: 85, 29 and 1C. RGB value is (133,41,28). Sum of RGB (Red+Green+Blue) = 133+41+28=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #85291C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85291C is #7AD6E3. Grayscale: #434343. Windows color (decimal): -8050404 or 1845637. OLE color: 1845637.

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

Color convert

RGB 133 41 28 -
CMYK 0 0.69 0.79 0.48
HSL 7.43º 0.65% 0.32% -
HSV(B) 7.43º 0.79% 0.52% -
XYZ 10.68 6.66 1.82 -
YUV 67.03 105.98 175.06 -
System Red Green Blue C M Y K H S L
Decimal 133 41 28 0 0.69 0.79 0.48 7.43 0.65 0.32
Hex 85 29 1C 0 45 4F 30 7 41 20
Octal 205 51 34 0 105 117 60 7 101 40
Binary 10000101 101001 11100 0 1000101 1001111 110000 111 1000001 100000

Color Harmonies of #85291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85291C

Black with #85291C

Text Example


Text Example

White with #85291C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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