#883D3E

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

Shades of Stiletto #883D3E

Tints of Stiletto #883D3E

Color information

#883D3E (or 0x883D3E) is unknown color: approx Stiletto. HEX triplet: 88, 3D and 3E. RGB value is (136,61,62). Sum of RGB (Red+Green+Blue) = 136+61+62=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #883D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883D3E is #77C2C1. Grayscale: #535353. Windows color (decimal): -7848642 or 4078984. OLE color: 4078984.

HSL color Cylindrical-coordinate representation of color #883D3E: hue angle of 359.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #883D3E is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1366162-
CMYK00.550.540.47
HSL359.2º38.07%38.63%-
HSV(B)359.2º55.15%53.33%-
XYZ12.698.925.61-
YUV83.54115.85165.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.51%
GREEN value IS 61 (24.22% from 255) = 23.55%
BLUE value IS 62 (24.61% from 255) = 23.94%
R=52.51%
G=23.55%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136616200.550.540.47359.238.0738.63
Hex883D3E037362F1672627
Octal210757606766575474647
Binary100010001111011111100110111110110101111101100111100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883D3E; }

 p { color: rgb(136,61,62); }

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

<style>
 a { background-color: #883D3E; }

 a { background-color: rgb(136,61,62); }

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

<style>
 span { border-color: #883D3E; }

 span { border-color: rgb(136,61,62); }

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