#C5975E

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

Shades of Twine #C5975E

Tints of Twine #C5975E

Color information

#C5975E (or 0xC5975E) is unknown color: approx Twine. HEX triplet: C5, 97 and 5E. RGB value is (197,151,94). Sum of RGB (Red+Green+Blue) = 197+151+94=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C5975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5975E is #3A68A1. Grayscale: #9E9E9E. Windows color (decimal): -3827874 or 6199237. OLE color: 6199237.

HSL color Cylindrical-coordinate representation of color #C5975E: hue angle of 33.2º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5975E is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB19715194-
CMYK00.230.520.23
HSL33.2º47.03%57.06%-
HSV(B)33.2º52.28%77.25%-
XYZ36.1134.8115.41-
YUV158.2691.74155.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.57%
GREEN value IS 151 (59.38% from 255) = 34.16%
BLUE value IS 94 (37.11% from 255) = 21.27%
R=44.57%
G=34.16%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971519400.230.520.2333.247.0357.06
HexC5975E0173417212f39
Octal3052271360276427415771
Binary1100010110010111101111001011111010010111100001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5975E; }

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

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

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

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

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

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

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

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