Html Css Color HEX #85290A Burnt Umber

📋 copy color: '#85290A'

red 133 ◦ green 41 ◦ blue 10

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

Shades of Burnt Umber #85290A

Tints of Burnt Umber #85290A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.43%

R = 72.28%
G = 22.28%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85290A (or 0x85290A) is known color: Burnt Umber. HEX triplet: 85, 29 and 0A. RGB value is (133,41,10). Sum of RGB (Red+Green+Blue) = 133+41+10=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #85290A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85290A is #7AD6F5. Grayscale: #414141. Windows color (decimal): -8050422 or 665989. OLE color: 665989.

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

Color convert

RGB 133 41 10 -
CMYK 0 0.69 0.92 0.48
HSL 15.12º 0.86% 0.28% -
HSV(B) 15.12º 0.92% 0.52% -
XYZ 10.52 6.59 1.01 -
YUV 64.97 96.98 176.52 -
System Red Green Blue C M Y K H S L
Decimal 133 41 10 0 0.69 0.92 0.48 15.12 0.86 0.28
Hex 85 29 A 0 45 5C 30 F 56 1C
Octal 205 51 12 0 105 134 60 17 126 34
Binary 10000101 101001 1010 0 1000101 1011100 110000 1111 1010110 11100

Color Harmonies of #85290A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85290A

Black with #85290A

Text Example


Text Example

White with #85290A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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