Html Css Color HEX #85281B Burnt Umber

📋 copy color: '#85281B'

red 133 ◦ green 40 ◦ blue 27

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

Shades of Burnt Umber #85281B

Tints of Burnt Umber #85281B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.5%

R = 66.5%
G = 20%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85281B (or 0x85281B) is known color: Burnt Umber. HEX triplet: 85, 28 and 1B. RGB value is (133,40,27). Sum of RGB (Red+Green+Blue) = 133+40+27=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #85281B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85281B is #7AD7E4. Grayscale: #424242. Windows color (decimal): -8050661 or 1779845. OLE color: 1779845.

HSL color Cylindrical-coordinate representation of color #85281B: hue angle of 7.36º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85281B is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 40 27 -
CMYK 0 0.70 0.80 0.48
HSL 7.36º 0.66% 0.31% -
HSV(B) 7.36º 0.8% 0.52% -
XYZ 10.63 6.58 1.75 -
YUV 66.33 105.81 175.56 -
System Red Green Blue C M Y K H S L
Decimal 133 40 27 0 0.70 0.80 0.48 7.36 0.66 0.31
Hex 85 28 1B 0 46 50 30 7 42 1F
Octal 205 50 33 0 106 120 60 7 102 37
Binary 10000101 101000 11011 0 1000110 1010000 110000 111 1000010 11111

Color Harmonies of #85281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85281B

Black with #85281B

Text Example


Text Example

White with #85281B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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