Html Css Color HEX #883B3D Stiletto

📋 copy color: '#883B3D'

red 136 ◦ green 59 ◦ blue 61

#883B3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stiletto #883B3D

Tints of Stiletto #883B3D

RGB

 RED value IS 136 (53.52% from 255) = 53.13%

 GREEN value IS 59 (23.44% from 255) = 23.05%

 BLUE value IS 61 (24.22% from 255) = 23.83%

R = 53.13%
G = 23.05%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#883B3D (or 0x883B3D) is known color: Stiletto. HEX triplet: 88, 3B and 3D. RGB value is (136,59,61). Sum of RGB (Red+Green+Blue) = 136+59+61=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #883B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883B3D is #77C4C2. Grayscale: #525252. Windows color (decimal): -7849155 or 4012936. OLE color: 4012936.

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

Color convert

RGB 136 59 61 -
CMYK 0 0.57 0.55 0.47
HSL 358.44º 0.39% 0.38% -
HSV(B) 358.44º 0.57% 0.53% -
XYZ 12.56 8.7 5.43 -
YUV 82.25 116.01 166.34 -
System Red Green Blue C M Y K H S L
Decimal 136 59 61 0 0.57 0.55 0.47 358.44 0.39 0.38
Hex 88 3B 3D 0 39 37 2F 166 27 26
Octal 210 73 75 0 71 67 57 546 47 46
Binary 10001000 111011 111101 0 111001 110111 101111 101100110 100111 100110

Color Harmonies of #883B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883B3D

Black with #883B3D

Text Example


Text Example

White with #883B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #883B3D;
 }
 .AnyTagClassName
 {
   color: #883B3D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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