Html Css Color HEX #88311F Burnt Umber

📋 copy color: '#88311F'

red 136 ◦ green 49 ◦ blue 31

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

Shades of Burnt Umber #88311F

Tints of Burnt Umber #88311F

RGB

 RED value IS 136 (53.52% from 255) = 62.96%

 GREEN value IS 49 (19.53% from 255) = 22.69%

 BLUE value IS 31 (12.5% from 255) = 14.35%

R = 62.96%
G = 22.69%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#88311F (or 0x88311F) is known color: Burnt Umber. HEX triplet: 88, 31 and 1F. RGB value is (136,49,31). Sum of RGB (Red+Green+Blue) = 136+49+31=216 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.96% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 136 - color contains mainly: red. Hex color #88311F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88311F is #77CEE0. Grayscale: #494949. Windows color (decimal): -7851745 or 2044296. OLE color: 2044296.

HSL color Cylindrical-coordinate representation of color #88311F: hue angle of 10.29º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88311F is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 49 31 -
CMYK 0 0.64 0.77 0.47
HSL 10.29º 0.63% 0.33% -
HSV(B) 10.29º 0.77% 0.53% -
XYZ 11.5 7.53 2.14 -
YUV 72.96 104.32 172.96 -
System Red Green Blue C M Y K H S L
Decimal 136 49 31 0 0.64 0.77 0.47 10.29 0.63 0.33
Hex 88 31 1F 0 40 4D 2F A 3F 21
Octal 210 61 37 0 100 115 57 12 77 41
Binary 10001000 110001 11111 0 1000000 1001101 101111 1010 111111 100001

Color Harmonies of #88311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88311F

Black with #88311F

Text Example


Text Example

White with #88311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88311F; }

 p { color: rgb(136,49,31); }

 H1.HeaderClassName
 {
   color: #88311F;
 }
 .AnyTagClassName
 {
   color: #88311F;
 }
</style>

background-color css

<style>
 a { background-color: #88311F; }

 a { background-color: rgb(136,49,31); }

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

border-color css

<style>
 span { border-color: #88311F; }

 span { border-color: rgb(136,49,31); }

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