#803A2F

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

Shades of Crab Apple #803A2F

Tints of Crab Apple #803A2F

Color information

#803A2F (or 0x803A2F) is unknown color: approx Crab Apple. HEX triplet: 80, 3A and 2F. RGB value is (128,58,47). Sum of RGB (Red+Green+Blue) = 128+58+47=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #803A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803A2F is #7FC5D0. Grayscale: #4D4D4D. Windows color (decimal): -8373713 or 3095168. OLE color: 3095168.

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

Color convert

RGB1285847-
CMYK00.550.630.50
HSL8.15º46.29%34.31%-
HSV(B)8.15º63.28%50.2%-
XYZ10.937.823.62-
YUV77.68110.69163.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.94%
GREEN value IS 58 (23.05% from 255) = 24.89%
BLUE value IS 47 (18.75% from 255) = 20.17%
R=54.94%
G=24.89%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128584700.550.630.508.1546.2934.31
Hex803A2F0373F3282e22
Octal20072570677762105642
Binary1000000011101010111101101111111111100101000101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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