Html Css Color HEX #85280E Burnt Umber

📋 copy color: '#85280E'

red 133 ◦ green 40 ◦ blue 14

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

Shades of Burnt Umber #85280E

Tints of Burnt Umber #85280E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.39%

 BLUE value IS 14 (5.86% from 255) = 7.49%

R = 71.12%
G = 21.39%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#85280E (or 0x85280E) is known color: Burnt Umber. HEX triplet: 85, 28 and 0E. RGB value is (133,40,14). Sum of RGB (Red+Green+Blue) = 133+40+14=187 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.12% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 133 - color contains mainly: red. Hex color #85280E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85280E is #7AD7F1. Grayscale: #414141. Windows color (decimal): -8050674 or 927877. OLE color: 927877.

HSL color Cylindrical-coordinate representation of color #85280E: hue angle of 13.11º degrees, saturation: 0.81, 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 #85280E is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 40 14 -
CMYK 0 0.70 0.89 0.48
HSL 13.11º 0.81% 0.29% -
HSV(B) 13.11º 0.89% 0.52% -
XYZ 10.51 6.54 1.12 -
YUV 64.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 133 40 14 0 0.70 0.89 0.48 13.11 0.81 0.29
Hex 85 28 E 0 46 59 30 D 51 1D
Octal 205 50 16 0 106 131 60 15 121 35
Binary 10000101 101000 1110 0 1000110 1011001 110000 1101 1010001 11101

Color Harmonies of #85280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85280E

Black with #85280E

Text Example


Text Example

White with #85280E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85280E; }

 p { color: rgb(133,40,14); }

 H1.HeaderClassName
 {
   color: #85280E;
 }
 .AnyTagClassName
 {
   color: #85280E;
 }
</style>

background-color css

<style>
 a { background-color: #85280E; }

 a { background-color: rgb(133,40,14); }

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

border-color css

<style>
 span { border-color: #85280E; }

 span { border-color: rgb(133,40,14); }

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