#873930

Color #873930 Crab Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crab Apple #873930

Tints of Crab Apple #873930

Color information

#873930 (or 0x873930) is unknown color: approx Crab Apple. HEX triplet: 87, 39 and 30. RGB value is (135,57,48). Sum of RGB (Red+Green+Blue) = 135+57+48=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #873930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873930 is #78C6CF. Grayscale: #4F4F4F. Windows color (decimal): -7915216 or 3160455. OLE color: 3160455.

HSL color Cylindrical-coordinate representation of color #873930: hue angle of 6.21º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873930 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB1355748-
CMYK00.580.640.47
HSL6.21º47.54%35.88%-
HSV(B)6.21º64.44%52.94%-
XYZ11.998.293.76-
YUV79.3110.34167.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.25%
GREEN value IS 57 (22.66% from 255) = 23.75%
BLUE value IS 48 (19.14% from 255) = 20%
R=56.25%
G=23.75%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135574800.580.640.476.2147.5435.88
Hex87393003A402F63024
Octal20771600721005766044
Binary1000011111100111000001110101000000101111110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873930; }

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

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

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

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

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

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

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

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