Html Css Color HEX #88381D Burnt Umber

📋 copy color: '#88381D'

red 136 ◦ green 56 ◦ blue 29

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

Shades of Burnt Umber #88381D

Tints of Burnt Umber #88381D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.12%

R = 61.54%
G = 25.34%
B = 13.12%

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

#88381D (or 0x88381D) is known color: Burnt Umber. HEX triplet: 88, 38 and 1D. RGB value is (136,56,29). Sum of RGB (Red+Green+Blue) = 136+56+29=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #88381D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88381D is #77C7E2. Grayscale: #4D4D4D. Windows color (decimal): -7849955 or 1915016. OLE color: 1915016.

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

Color convert

RGB 136 56 29 -
CMYK 0 0.59 0.79 0.47
HSL 15.14º 0.65% 0.32% -
HSV(B) 15.14º 0.79% 0.53% -
XYZ 11.79 8.15 2.11 -
YUV 76.84 101 170.2 -
System Red Green Blue C M Y K H S L
Decimal 136 56 29 0 0.59 0.79 0.47 15.14 0.65 0.32
Hex 88 38 1D 0 3B 4F 2F F 41 20
Octal 210 70 35 0 73 117 57 17 101 40
Binary 10001000 111000 11101 0 111011 1001111 101111 1111 1000001 100000

Color Harmonies of #88381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88381D

Black with #88381D

Text Example


Text Example

White with #88381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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