Html Css Color HEX #85281D Burnt Umber

📋 copy color: '#85281D'

red 133 ◦ green 40 ◦ blue 29

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

Shades of Burnt Umber #85281D

Tints of Burnt Umber #85281D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.36%

R = 65.84%
G = 19.8%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#85281D (or 0x85281D) is known color: Burnt Umber. HEX triplet: 85, 28 and 1D. RGB value is (133,40,29). Sum of RGB (Red+Green+Blue) = 133+40+29=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #85281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85281D is #7AD7E2. Grayscale: #424242. Windows color (decimal): -8050659 or 1910917. OLE color: 1910917.

HSL color Cylindrical-coordinate representation of color #85281D: hue angle of 6.35º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85281D is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 40 29 -
CMYK 0 0.70 0.78 0.48
HSL 6.35º 0.64% 0.32% -
HSV(B) 6.35º 0.78% 0.52% -
XYZ 10.65 6.59 1.87 -
YUV 66.55 106.81 175.39 -
System Red Green Blue C M Y K H S L
Decimal 133 40 29 0 0.70 0.78 0.48 6.35 0.64 0.32
Hex 85 28 1D 0 46 4E 30 6 40 20
Octal 205 50 35 0 106 116 60 6 100 40
Binary 10000101 101000 11101 0 1000110 1001110 110000 110 1000000 100000

Color Harmonies of #85281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85281D

Black with #85281D

Text Example


Text Example

White with #85281D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85281D; }

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

 H1.HeaderClassName
 {
   color: #85281D;
 }
 .AnyTagClassName
 {
   color: #85281D;
 }
</style>

background-color css

<style>
 a { background-color: #85281D; }

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

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

border-color css

<style>
 span { border-color: #85281D; }

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

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