#88381A

Color #88381A Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #88381A

Tints of Burnt Umber #88381A

Color information

#88381A (or 0x88381A) is unknown color: approx Burnt Umber. HEX triplet: 88, 38 and 1A. RGB value is (136,56,26). Sum of RGB (Red+Green+Blue) = 136+56+26=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #88381A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88381A is #77C7E5. Grayscale: #4C4C4C. Windows color (decimal): -7849958 or 1718408. OLE color: 1718408.

HSL color Cylindrical-coordinate representation of color #88381A: hue angle of 16.36º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #88381A is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1365626-
CMYK00.590.810.47
HSL16.36º67.9%31.76%-
HSV(B)16.36º80.88%53.33%-
XYZ11.758.141.93-
YUV76.599.5170.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 62.39%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 26 (10.55% from 255) = 11.93%
R=62.39%
G=25.69%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136562600.590.810.4716.3667.931.76
Hex88381A03B512F104420
Octal2107032073121572010440
Binary100010001110001101001110111010001101111100001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #88381A;
 }
 .AnyTagClassName
 {
   color: #88381A;
 }
</style>
background-color css

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

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

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

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

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

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