#C59752

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

Shades of Twine #C59752

Tints of Twine #C59752

Color information

#C59752 (or 0xC59752) is unknown color: approx Twine. HEX triplet: C5, 97 and 52. RGB value is (197,151,82). Sum of RGB (Red+Green+Blue) = 197+151+82=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C59752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59752 is #3A68AD. Grayscale: #9D9D9D. Windows color (decimal): -3827886 or 5412805. OLE color: 5412805.

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

Color convert

RGB19715182-
CMYK00.230.580.23
HSL36º49.78%54.71%-
HSV(B)36º58.38%77.25%-
XYZ35.6234.6112.79-
YUV156.8985.74156.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.81%
GREEN value IS 151 (59.38% from 255) = 35.12%
BLUE value IS 82 (32.42% from 255) = 19.07%
R=45.81%
G=35.12%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971518200.230.580.233649.7854.71
HexC597520173A17243237
Octal3052271220277227446267
Binary1100010110010111101001001011111101010111100100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59752; }

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

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

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

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

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

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

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

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