#C59052

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

Shades of Twine #C59052

Tints of Twine #C59052

Color information

#C59052 (or 0xC59052) is unknown color: approx Twine. HEX triplet: C5, 90 and 52. RGB value is (197,144,82). Sum of RGB (Red+Green+Blue) = 197+144+82=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C59052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59052 is #3A6FAD. Grayscale: #999999. Windows color (decimal): -3829678 or 5411013. OLE color: 5411013.

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

Color convert

RGB19714482-
CMYK00.270.580.23
HSL32.35º49.78%54.71%-
HSV(B)32.35º58.38%77.25%-
XYZ34.5232.4312.42-
YUV152.7888.06159.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.57%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 82 (32.42% from 255) = 19.39%
R=46.57%
G=34.04%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971448200.270.580.2332.3549.7854.71
HexC5905201B3A17203237
Octal3052201220337227406267
Binary1100010110010000101001001101111101010111100000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59052; }

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

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

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

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

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

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

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

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