#834345

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

Shades of Stiletto #834345

Tints of Stiletto #834345

Color information

#834345 (or 0x834345) is unknown color: approx Stiletto. HEX triplet: 83, 43 and 45. RGB value is (131,67,69). Sum of RGB (Red+Green+Blue) = 131+67+69=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #834345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834345 is #7CBCBA. Grayscale: #565656. Windows color (decimal): -8174779 or 4539267. OLE color: 4539267.

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

Color convert

RGB1316769-
CMYK00.490.470.49
HSL358.12º32.32%38.82%-
HSV(B)358.12º48.85%51.37%-
XYZ12.449.276.76-
YUV86.36118.2159.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.06%
GREEN value IS 67 (26.56% from 255) = 25.09%
BLUE value IS 69 (27.34% from 255) = 25.84%
R=49.06%
G=25.09%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131676900.490.470.49358.1232.3238.82
Hex8343450312F311662027
Octal20310310506157615464047
Binary10000011100001110001010110001101111110001101100110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834345; }

 p { color: rgb(131,67,69); }

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

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

 a { background-color: rgb(131,67,69); }

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

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

 span { border-color: rgb(131,67,69); }

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