#84363E

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

Shades of Stiletto #84363E

Tints of Stiletto #84363E

Color information

#84363E (or 0x84363E) is unknown color: approx Stiletto. HEX triplet: 84, 36 and 3E. RGB value is (132,54,62). Sum of RGB (Red+Green+Blue) = 132+54+62=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84363E is #7BC9C1. Grayscale: #4E4E4E. Windows color (decimal): -8112578 or 4077188. OLE color: 4077188.

HSL color Cylindrical-coordinate representation of color #84363E: hue angle of 353.85º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84363E is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1325462-
CMYK00.590.530.48
HSL353.85º41.94%36.47%-
HSV(B)353.85º59.09%51.76%-
XYZ11.77.895.46-
YUV78.23118.84166.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.23%
GREEN value IS 54 (21.48% from 255) = 21.77%
BLUE value IS 62 (24.61% from 255) = 25%
R=53.23%
G=21.77%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132546200.590.530.48353.8541.9436.47
Hex84363E03B35301622a24
Octal204667607365605425244
Binary100001001101101111100111011110101110000101100010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84363E; }

 p { color: rgb(132,54,62); }

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

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

 a { background-color: rgb(132,54,62); }

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

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

 span { border-color: rgb(132,54,62); }

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