Html Css Color HEX #85290F Burnt Umber

📋 copy color: '#85290F'

red 133 ◦ green 41 ◦ blue 15

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

Shades of Burnt Umber #85290F

Tints of Burnt Umber #85290F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.94%

R = 70.37%
G = 21.69%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85290F (or 0x85290F) is known color: Burnt Umber. HEX triplet: 85, 29 and 0F. RGB value is (133,41,15). Sum of RGB (Red+Green+Blue) = 133+41+15=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #85290F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85290F is #7AD6F0. Grayscale: #414141. Windows color (decimal): -8050417 or 993669. OLE color: 993669.

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

Color convert

RGB 133 41 15 -
CMYK 0 0.69 0.89 0.48
HSL 13.22º 0.8% 0.29% -
HSV(B) 13.22º 0.89% 0.52% -
XYZ 10.55 6.61 1.17 -
YUV 65.54 99.48 176.11 -
System Red Green Blue C M Y K H S L
Decimal 133 41 15 0 0.69 0.89 0.48 13.22 0.8 0.29
Hex 85 29 F 0 45 59 30 D 50 1D
Octal 205 51 17 0 105 131 60 15 120 35
Binary 10000101 101001 1111 0 1000101 1011001 110000 1101 1010000 11101

Color Harmonies of #85290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85290F

Black with #85290F

Text Example


Text Example

White with #85290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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