Html Css Color HEX #88321C Burnt Umber

📋 copy color: '#88321C'

red 136 ◦ green 50 ◦ blue 28

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

Shades of Burnt Umber #88321C

Tints of Burnt Umber #88321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.08%

R = 63.55%
G = 23.36%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#88321C (or 0x88321C) is known color: Burnt Umber. HEX triplet: 88, 32 and 1C. RGB value is (136,50,28). Sum of RGB (Red+Green+Blue) = 136+50+28=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #88321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88321C is #77CDE3. Grayscale: #494949. Windows color (decimal): -7851492 or 1847944. OLE color: 1847944.

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

Color convert

RGB 136 50 28 -
CMYK 0 0.63 0.79 0.47
HSL 12.22º 0.66% 0.32% -
HSV(B) 12.22º 0.79% 0.53% -
XYZ 11.5 7.6 1.96 -
YUV 73.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 136 50 28 0 0.63 0.79 0.47 12.22 0.66 0.32
Hex 88 32 1C 0 3F 4F 2F C 42 20
Octal 210 62 34 0 77 117 57 14 102 40
Binary 10001000 110010 11100 0 111111 1001111 101111 1100 1000010 100000

Color Harmonies of #88321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88321C

Black with #88321C

Text Example


Text Example

White with #88321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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