#C79555

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

Shades of Twine #C79555

Tints of Twine #C79555

Color information

#C79555 (or 0xC79555) is unknown color: approx Twine. HEX triplet: C7, 95 and 55. RGB value is (199,149,85). Sum of RGB (Red+Green+Blue) = 199+149+85=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C79555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79555 is #386AAA. Grayscale: #9C9C9C. Windows color (decimal): -3697323 or 5608903. OLE color: 5608903.

HSL color Cylindrical-coordinate representation of color #C79555: hue angle of 33.68º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C79555 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB19914985-
CMYK00.250.570.22
HSL33.68º50.44%55.69%-
HSV(B)33.68º57.29%78.04%-
XYZ35.9434.2913.32-
YUV156.6587.56158.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.96%
GREEN value IS 149 (58.59% from 255) = 34.41%
BLUE value IS 85 (33.59% from 255) = 19.63%
R=45.96%
G=34.41%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991498500.250.570.2233.6850.4455.69
HexC795550193916223238
Octal3072251250317126426270
Binary1100011110010101101010101100111100110110100010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79555; }

 p { color: rgb(199,149,85); }

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

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

 a { background-color: rgb(199,149,85); }

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

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

 span { border-color: rgb(199,149,85); }

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