#C59252

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

Shades of Twine #C59252

Tints of Twine #C59252

Color information

#C59252 (or 0xC59252) is unknown color: approx Twine. HEX triplet: C5, 92 and 52. RGB value is (197,146,82). Sum of RGB (Red+Green+Blue) = 197+146+82=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C59252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59252 is #3A6DAD. Grayscale: #9A9A9A. Windows color (decimal): -3829166 or 5411525. OLE color: 5411525.

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

Color convert

RGB19714682-
CMYK00.260.580.23
HSL33.39º49.78%54.71%-
HSV(B)33.39º58.38%77.25%-
XYZ34.8333.0412.52-
YUV153.9587.4158.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.35%
GREEN value IS 146 (57.42% from 255) = 34.35%
BLUE value IS 82 (32.42% from 255) = 19.29%
R=46.35%
G=34.35%
B=19.29%

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
Decimal1971468200.260.580.2333.3949.7854.71
HexC5925201A3A17213237
Octal3052221220327227416267
Binary1100010110010010101001001101011101010111100001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59252; }

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

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

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

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

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

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

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

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