#c59152

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

Shades of Twine #C59152

Tints of Twine #C59152

Color information

#C59152 (or 0xC59152) is unknown color: approx Twine. HEX triplet: C5, 91 and 52. RGB value is (197,145,82). Sum of RGB (Red+Green+Blue) = 197+145+82=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C59152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59152 is #3A6EAD. Grayscale: #999999. Windows color (decimal): -3829422 or 5411269. OLE color: 5411269.

HSL color Cylindrical-coordinate representation of color #C59152: hue angle of 32.87º 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 #C59152 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB19714582-
CMYK00.260.580.23
HSL32.87º49.78%54.71%-
HSV(B)32.87º58.38%77.25%-
XYZ34.6732.7312.47-
YUV153.3787.73159.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.46%
GREEN value IS 145 (57.03% from 255) = 34.20%
BLUE value IS 82 (32.42% from 255) = 19.34%
R=46.46%
G=34.20%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971458200.260.580.2332.8749.7854.71
HexC5915201A3A17213237
Octal3052211220327227416267
Binary1100010110010001101001001101011101010111100001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c59152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c59152; }

 p { color: rgb(197,145,82); }

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

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

 a { background-color: rgb(197,145,82); }

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

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

 span { border-color: rgb(197,145,82); }

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