#87300F

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

Shades of Burnt Umber #87300F

Tints of Burnt Umber #87300F

Color information

#87300F (or 0x87300F) is unknown color: approx Burnt Umber. HEX triplet: 87, 30 and 0F. RGB value is (135,48,15). Sum of RGB (Red+Green+Blue) = 135+48+15=198 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.18% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 135 - color contains mainly: red. Hex color #87300F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #87300F is #78CFF0. Grayscale: #464646. Windows color (decimal): -7917553 or 995463. OLE color: 995463.

HSL color Cylindrical-coordinate representation of color #87300F: hue angle of 16.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #87300F is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1354815-
CMYK00.640.890.47
HSL16.5º80%29.41%-
HSV(B)16.5º88.89%52.94%-
XYZ11.137.31.27-
YUV70.2596.82174.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 68.18%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 15 (6.25% from 255) = 7.58%
R=68.18%
G=24.24%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135481500.640.890.4716.58029.41
Hex8730F040592F10501d
Octal20760170100131572012035
Binary10000111110000111101000000101100110111110000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87300F; }

 p { color: rgb(135,48,15); }

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

<style>
 a { background-color: #87300F; }

 a { background-color: rgb(135,48,15); }

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

<style>
 span { border-color: #87300F; }

 span { border-color: rgb(135,48,15); }

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