#87381b

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

Shades of Burnt Umber #87381B

Tints of Burnt Umber #87381B

Color information

#87381B (or 0x87381B) is unknown color: approx Burnt Umber. HEX triplet: 87, 38 and 1B. RGB value is (135,56,27). Sum of RGB (Red+Green+Blue) = 135+56+27=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #87381B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87381B is #78C7E4. Grayscale: #4C4C4C. Windows color (decimal): -7915493 or 1783943. OLE color: 1783943.

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

Color convert

RGB1355627-
CMYK00.590.80.47
HSL16.11º66.67%31.76%-
HSV(B)16.11º80%52.94%-
XYZ11.68.061.98-
YUV76.32100.17169.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.93%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 27 (10.94% from 255) = 12.39%
R=61.93%
G=25.69%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.8
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135562700.590.80.4716.1166.6731.76
Hex87381B03B502F104320
Octal2077033073120572010340
Binary100001111110001101101110111010000101111100001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87381b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87381b; }

 p { color: rgb(135,56,27); }

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

<style>
 a { background-color: #87381b; }

 a { background-color: rgb(135,56,27); }

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

<style>
 span { border-color: #87381b; }

 span { border-color: rgb(135,56,27); }

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