#803A29

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

Shades of Crab Apple #803A29

Tints of Crab Apple #803A29

Color information

#803A29 (or 0x803A29) is unknown color: approx Crab Apple. HEX triplet: 80, 3A and 29. RGB value is (128,58,41). Sum of RGB (Red+Green+Blue) = 128+58+41=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #803A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803A29 is #7FC5D6. Grayscale: #4D4D4D. Windows color (decimal): -8373719 or 2701952. OLE color: 2701952.

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

Color convert

RGB1285841-
CMYK00.550.680.50
HSL11.72º51.48%33.14%-
HSV(B)11.72º67.97%50.2%-
XYZ10.827.783.03-
YUV76.99107.69164.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 56.39%
GREEN value IS 58 (23.05% from 255) = 25.55%
BLUE value IS 41 (16.41% from 255) = 18.06%
R=56.39%
G=25.55%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128584100.550.680.5011.7251.4833.14
Hex803A290374432c3321
Octal200725106710462146341
Binary10000000111010101001011011110001001100101100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,58,41); }

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

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

 a { background-color: rgb(128,58,41); }

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

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

 span { border-color: rgb(128,58,41); }

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