#873A30

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

Shades of Crab Apple #873A30

Tints of Crab Apple #873A30

Color information

#873A30 (or 0x873A30) is unknown color: approx Crab Apple. HEX triplet: 87, 3A and 30. RGB value is (135,58,48). Sum of RGB (Red+Green+Blue) = 135+58+48=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #873A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873A30 is #78C5CF. Grayscale: #505050. Windows color (decimal): -7914960 or 3160711. OLE color: 3160711.

HSL color Cylindrical-coordinate representation of color #873A30: hue angle of 6.9º 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 #873A30 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB1355848-
CMYK00.570.640.47
HSL6.9º47.54%35.88%-
HSV(B)6.9º64.44%52.94%-
XYZ12.048.393.78-
YUV79.88110.01167.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.02%
GREEN value IS 58 (23.05% from 255) = 24.07%
BLUE value IS 48 (19.14% from 255) = 19.92%
R=56.02%
G=24.07%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135584800.570.640.476.947.5435.88
Hex873A30039402F73024
Octal20772600711005776044
Binary1000011111101011000001110011000000101111111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873A30; }

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

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

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

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

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

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

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

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