#C58553

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

Shades of Twine #C58553

Tints of Twine #C58553

Color information

#C58553 (or 0xC58553) is unknown color: approx Twine. HEX triplet: C5, 85 and 53. RGB value is (197,133,83). Sum of RGB (Red+Green+Blue) = 197+133+83=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C58553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58553 is #3A7AAC. Grayscale: #929292. Windows color (decimal): -3832493 or 5473733. OLE color: 5473733.

HSL color Cylindrical-coordinate representation of color #C58553: hue angle of 26.32º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C58553 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB19713383-
CMYK00.320.580.23
HSL26.32º49.57%54.9%-
HSV(B)26.32º57.87%77.25%-
XYZ32.9729.2712.1-
YUV146.4492.2164.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.70%
GREEN value IS 133 (52.34% from 255) = 32.20%
BLUE value IS 83 (32.81% from 255) = 20.10%
R=47.70%
G=32.20%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971338300.320.580.2326.3249.5754.9
HexC585530203A171a3237
Octal3052051230407227326267
Binary1100010110000101101001101000001110101011111010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58553; }

 p { color: rgb(197,133,83); }

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

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

 a { background-color: rgb(197,133,83); }

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

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

 span { border-color: rgb(197,133,83); }

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