Html Css Color HEX #88381C Burnt Umber

📋 copy color: '#88381C'

red 136 ◦ green 56 ◦ blue 28

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

Shades of Burnt Umber #88381C

Tints of Burnt Umber #88381C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.45%

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

R = 61.82%
G = 25.45%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#88381C (or 0x88381C) is known color: Burnt Umber. HEX triplet: 88, 38 and 1C. RGB value is (136,56,28). Sum of RGB (Red+Green+Blue) = 136+56+28=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #88381C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88381C is #77C7E3. Grayscale: #4C4C4C. Windows color (decimal): -7849956 or 1849480. OLE color: 1849480.

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

Color convert

RGB 136 56 28 -
CMYK 0 0.59 0.79 0.47
HSL 15.56º 0.66% 0.32% -
HSV(B) 15.56º 0.79% 0.53% -
XYZ 11.78 8.15 2.05 -
YUV 76.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 136 56 28 0 0.59 0.79 0.47 15.56 0.66 0.32
Hex 88 38 1C 0 3B 4F 2F 10 42 20
Octal 210 70 34 0 73 117 57 20 102 40
Binary 10001000 111000 11100 0 111011 1001111 101111 10000 1000010 100000

Color Harmonies of #88381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88381C

Black with #88381C

Text Example


Text Example

White with #88381C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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