Html Css Color HEX #884245 Stiletto

📋 copy color: '#884245'

red 136 ◦ green 66 ◦ blue 69

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

Shades of Stiletto #884245

Tints of Stiletto #884245

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

 BLUE value IS 69 (27.34% from 255) = 25.46%

R = 50.18%
G = 24.35%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#884245 (or 0x884245) is known color: Stiletto. HEX triplet: 88, 42 and 45. RGB value is (136,66,69). Sum of RGB (Red+Green+Blue) = 136+66+69=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #884245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884245 is #77BDBA. Grayscale: #575757. Windows color (decimal): -7847355 or 4539016. OLE color: 4539016.

HSL color Cylindrical-coordinate representation of color #884245: hue angle of 357.43º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884245 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 66 69 -
CMYK 0 0.51 0.49 0.47
HSL 357.43º 0.35% 0.4% -
HSV(B) 357.43º 0.51% 0.53% -
XYZ 13.18 9.56 6.78 -
YUV 87.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 136 66 69 0 0.51 0.49 0.47 357.43 0.35 0.4
Hex 88 42 45 0 33 31 2F 165 23 28
Octal 210 102 105 0 63 61 57 545 43 50
Binary 10001000 1000010 1000101 0 110011 110001 101111 101100101 100011 101000

Color Harmonies of #884245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884245

Black with #884245

Text Example


Text Example

White with #884245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884245; }

 p { color: rgb(136,66,69); }

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

background-color css

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

 a { background-color: rgb(136,66,69); }

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

border-color css

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

 span { border-color: rgb(136,66,69); }

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