Html Css Color HEX #88321F Burnt Umber

📋 copy color: '#88321F'

red 136 ◦ green 50 ◦ blue 31

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

Shades of Burnt Umber #88321F

Tints of Burnt Umber #88321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.04%

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

R = 62.67%
G = 23.04%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#88321F (or 0x88321F) is known color: Burnt Umber. HEX triplet: 88, 32 and 1F. RGB value is (136,50,31). Sum of RGB (Red+Green+Blue) = 136+50+31=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #88321F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88321F is #77CDE0. Grayscale: #494949. Windows color (decimal): -7851489 or 2044552. OLE color: 2044552.

HSL color Cylindrical-coordinate representation of color #88321F: hue angle of 10.86º 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 #88321F is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 50 31 -
CMYK 0 0.63 0.77 0.47
HSL 10.86º 0.63% 0.33% -
HSV(B) 10.86º 0.77% 0.53% -
XYZ 11.54 7.61 2.16 -
YUV 73.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 136 50 31 0 0.63 0.77 0.47 10.86 0.63 0.33
Hex 88 32 1F 0 3F 4D 2F B 3F 21
Octal 210 62 37 0 77 115 57 13 77 41
Binary 10001000 110010 11111 0 111111 1001101 101111 1011 111111 100001

Color Harmonies of #88321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88321F

Black with #88321F

Text Example


Text Example

White with #88321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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