Html Css Color HEX #88321B Burnt Umber

📋 copy color: '#88321B'

red 136 ◦ green 50 ◦ blue 27

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

Shades of Burnt Umber #88321B

Tints of Burnt Umber #88321B

RGB

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

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

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

R = 63.85%
G = 23.47%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#88321B (or 0x88321B) is known color: Burnt Umber. HEX triplet: 88, 32 and 1B. RGB value is (136,50,27). Sum of RGB (Red+Green+Blue) = 136+50+27=213 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.85% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 136 - color contains mainly: red. Hex color #88321B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88321B is #77CDE4. Grayscale: #494949. Windows color (decimal): -7851493 or 1782408. OLE color: 1782408.

HSL color Cylindrical-coordinate representation of color #88321B: hue angle of 12.66º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #88321B is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 50 27 -
CMYK 0 0.63 0.80 0.47
HSL 12.66º 0.67% 0.32% -
HSV(B) 12.66º 0.8% 0.53% -
XYZ 11.49 7.59 1.9 -
YUV 73.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 136 50 27 0 0.63 0.80 0.47 12.66 0.67 0.32
Hex 88 32 1B 0 3F 50 2F D 43 20
Octal 210 62 33 0 77 120 57 15 103 40
Binary 10001000 110010 11011 0 111111 1010000 101111 1101 1000011 100000

Color Harmonies of #88321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88321B

Black with #88321B

Text Example


Text Example

White with #88321B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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