Html Css Color HEX #85281C Burnt Umber

📋 copy color: '#85281C'

red 133 ◦ green 40 ◦ blue 28

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

Shades of Burnt Umber #85281C

Tints of Burnt Umber #85281C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.93%

R = 66.17%
G = 19.9%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85281C (or 0x85281C) is known color: Burnt Umber. HEX triplet: 85, 28 and 1C. RGB value is (133,40,28). Sum of RGB (Red+Green+Blue) = 133+40+28=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #85281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85281C is #7AD7E3. Grayscale: #424242. Windows color (decimal): -8050660 or 1845381. OLE color: 1845381.

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

Color convert

RGB 133 40 28 -
CMYK 0 0.70 0.79 0.48
HSL 6.86º 0.65% 0.32% -
HSV(B) 6.86º 0.79% 0.52% -
XYZ 10.64 6.59 1.81 -
YUV 66.44 106.31 175.48 -
System Red Green Blue C M Y K H S L
Decimal 133 40 28 0 0.70 0.79 0.48 6.86 0.65 0.32
Hex 85 28 1C 0 46 4F 30 7 41 20
Octal 205 50 34 0 106 117 60 7 101 40
Binary 10000101 101000 11100 0 1000110 1001111 110000 111 1000001 100000

Color Harmonies of #85281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85281C

Black with #85281C

Text Example


Text Example

White with #85281C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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