Html Css Color HEX #88281C Burnt Umber

📋 copy color: '#88281C'

red 136 ◦ green 40 ◦ blue 28

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

Shades of Burnt Umber #88281C

Tints of Burnt Umber #88281C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.61%

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

R = 66.67%
G = 19.61%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#88281C (or 0x88281C) is known color: Burnt Umber. HEX triplet: 88, 28 and 1C. RGB value is (136,40,28). Sum of RGB (Red+Green+Blue) = 136+40+28=204 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.67% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 136 - color contains mainly: red. Hex color #88281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88281C is #77D7E3. Grayscale: #434343. Windows color (decimal): -7854052 or 1845384. OLE color: 1845384.

HSL color Cylindrical-coordinate representation of color #88281C: hue angle of 6.67º 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 #88281C is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 40 28 -
CMYK 0 0.71 0.79 0.47
HSL 6.67º 0.66% 0.32% -
HSV(B) 6.67º 0.79% 0.53% -
XYZ 11.12 6.84 1.83 -
YUV 67.34 105.8 176.98 -
System Red Green Blue C M Y K H S L
Decimal 136 40 28 0 0.71 0.79 0.47 6.67 0.66 0.32
Hex 88 28 1C 0 47 4F 2F 7 42 20
Octal 210 50 34 0 107 117 57 7 102 40
Binary 10001000 101000 11100 0 1000111 1001111 101111 111 1000010 100000

Color Harmonies of #88281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88281C

Black with #88281C

Text Example


Text Example

White with #88281C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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