#803A2D

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

Shades of Crab Apple #803A2D

Tints of Crab Apple #803A2D

Color information

#803A2D (or 0x803A2D) is unknown color: approx Crab Apple. HEX triplet: 80, 3A and 2D. RGB value is (128,58,45). Sum of RGB (Red+Green+Blue) = 128+58+45=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #803A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803A2D is #7FC5D2. Grayscale: #4D4D4D. Windows color (decimal): -8373715 or 2964096. OLE color: 2964096.

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

Color convert

RGB1285845-
CMYK00.550.650.50
HSL9.4º47.98%33.92%-
HSV(B)9.4º64.84%50.2%-
XYZ10.897.83.42-
YUV77.45109.69164.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.41%
GREEN value IS 58 (23.05% from 255) = 25.11%
BLUE value IS 45 (17.97% from 255) = 19.48%
R=55.41%
G=25.11%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128584500.550.650.509.447.9833.92
Hex803A2D037413293022
Octal200725506710162116042
Binary10000000111010101101011011110000011100101001110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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