Html Css Color HEX #85290C Burnt Umber

📋 copy color: '#85290C'

red 133 ◦ green 41 ◦ blue 12

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

Shades of Burnt Umber #85290C

Tints of Burnt Umber #85290C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.45%

R = 71.51%
G = 22.04%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#85290C (or 0x85290C) is known color: Burnt Umber. HEX triplet: 85, 29 and 0C. RGB value is (133,41,12). Sum of RGB (Red+Green+Blue) = 133+41+12=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #85290C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85290C is #7AD6F3. Grayscale: #414141. Windows color (decimal): -8050420 or 797061. OLE color: 797061.

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

Color convert

RGB 133 41 12 -
CMYK 0 0.69 0.91 0.48
HSL 14.38º 0.83% 0.28% -
HSV(B) 14.38º 0.91% 0.52% -
XYZ 10.53 6.6 1.07 -
YUV 65.2 97.98 176.36 -
System Red Green Blue C M Y K H S L
Decimal 133 41 12 0 0.69 0.91 0.48 14.38 0.83 0.28
Hex 85 29 C 0 45 5B 30 E 53 1C
Octal 205 51 14 0 105 133 60 16 123 34
Binary 10000101 101001 1100 0 1000101 1011011 110000 1110 1010011 11100

Color Harmonies of #85290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85290C

Black with #85290C

Text Example


Text Example

White with #85290C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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