#803B2A

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

Shades of Crab Apple #803B2A

Tints of Crab Apple #803B2A

Color information

#803B2A (or 0x803B2A) is unknown color: approx Crab Apple. HEX triplet: 80, 3B and 2A. RGB value is (128,59,42). Sum of RGB (Red+Green+Blue) = 128+59+42=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #803B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803B2A is #7FC4D5. Grayscale: #4D4D4D. Windows color (decimal): -8373462 or 2767744. OLE color: 2767744.

HSL color Cylindrical-coordinate representation of color #803B2A: hue angle of 11.86º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #803B2A is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB1285942-
CMYK00.540.670.50
HSL11.86º50.59%33.33%-
HSV(B)11.86º67.19%50.2%-
XYZ10.887.883.14-
YUV77.69107.86163.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.90%
GREEN value IS 59 (23.44% from 255) = 25.76%
BLUE value IS 42 (16.80% from 255) = 18.34%
R=55.90%
G=25.76%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128594200.540.670.5011.8650.5933.33
Hex803B2A0364332c3321
Octal200735206610362146341
Binary10000000111011101010011011010000111100101100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803B2A; }

 p { color: rgb(128,59,42); }

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

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

 a { background-color: rgb(128,59,42); }

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

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

 span { border-color: rgb(128,59,42); }

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