#803B2D

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

Shades of Crab Apple #803B2D

Tints of Crab Apple #803B2D

Color information

#803B2D (or 0x803B2D) is unknown color: approx Crab Apple. HEX triplet: 80, 3B and 2D. RGB value is (128,59,45). Sum of RGB (Red+Green+Blue) = 128+59+45=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #803B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803B2D is #7FC4D2. Grayscale: #4E4E4E. Windows color (decimal): -8373459 or 2964352. OLE color: 2964352.

HSL color Cylindrical-coordinate representation of color #803B2D: hue angle of 10.12º 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 #803B2D is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB1285945-
CMYK00.540.650.50
HSL10.12º47.98%33.92%-
HSV(B)10.12º64.84%50.2%-
XYZ10.947.913.43-
YUV78.04109.36163.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.17%
GREEN value IS 59 (23.44% from 255) = 25.43%
BLUE value IS 45 (17.97% from 255) = 19.40%
R=55.17%
G=25.43%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128594500.540.650.5010.1247.9833.92
Hex803B2D0364132a3022
Octal200735506610162126042
Binary10000000111011101101011011010000011100101010110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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