#803B3E

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

Shades of Stiletto #803B3E

Tints of Stiletto #803B3E

Color information

#803B3E (or 0x803B3E) is unknown color: approx Stiletto. HEX triplet: 80, 3B and 3E. RGB value is (128,59,62). Sum of RGB (Red+Green+Blue) = 128+59+62=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #803B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803B3E is #7FC4C1. Grayscale: #505050. Windows color (decimal): -8373442 or 4078464. OLE color: 4078464.

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

Color convert

RGB1285962-
CMYK00.540.520.50
HSL357.39º36.9%36.67%-
HSV(B)357.39º53.91%50.2%-
XYZ11.348.065.52-
YUV79.97117.86162.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.41%
GREEN value IS 59 (23.44% from 255) = 23.69%
BLUE value IS 62 (24.61% from 255) = 24.90%
R=51.41%
G=23.69%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128596200.540.520.50357.3936.936.67
Hex803B3E03634321652525
Octal200737606664625454545
Binary100000001110111111100110110110100110010101100101100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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