Html Css Color HEX #85271A Burnt Umber

📋 copy color: '#85271A'

red 133 ◦ green 39 ◦ blue 26

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

Shades of Burnt Umber #85271A

Tints of Burnt Umber #85271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.7%

 BLUE value IS 26 (10.55% from 255) = 13.13%

R = 67.17%
G = 19.7%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85271A (or 0x85271A) is known color: Burnt Umber. HEX triplet: 85, 27 and 1A. RGB value is (133,39,26). Sum of RGB (Red+Green+Blue) = 133+39+26=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #85271A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85271A is #7AD8E5. Grayscale: #414141. Windows color (decimal): -8050918 or 1714053. OLE color: 1714053.

HSL color Cylindrical-coordinate representation of color #85271A: hue angle of 7.29º degrees, saturation: 0.67, 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 #85271A is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 39 26 -
CMYK 0 0.71 0.80 0.48
HSL 7.29º 0.67% 0.31% -
HSV(B) 7.29º 0.8% 0.52% -
XYZ 10.58 6.51 1.68 -
YUV 65.62 105.64 176.06 -
System Red Green Blue C M Y K H S L
Decimal 133 39 26 0 0.71 0.80 0.48 7.29 0.67 0.31
Hex 85 27 1A 0 47 50 30 7 43 1F
Octal 205 47 32 0 107 120 60 7 103 37
Binary 10000101 100111 11010 0 1000111 1010000 110000 111 1000011 11111

Color Harmonies of #85271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85271A

Black with #85271A

Text Example


Text Example

White with #85271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85271A; }

 p { color: rgb(133,39,26); }

 H1.HeaderClassName
 {
   color: #85271A;
 }
 .AnyTagClassName
 {
   color: #85271A;
 }
</style>

background-color css

<style>
 a { background-color: #85271A; }

 a { background-color: rgb(133,39,26); }

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

border-color css

<style>
 span { border-color: #85271A; }

 span { border-color: rgb(133,39,26); }

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