#C79552

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

Shades of Twine #C79552

Tints of Twine #C79552

Color information

#C79552 (or 0xC79552) is unknown color: approx Twine. HEX triplet: C7, 95 and 52. RGB value is (199,149,82). Sum of RGB (Red+Green+Blue) = 199+149+82=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C79552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79552 is #386AAD. Grayscale: #9C9C9C. Windows color (decimal): -3697326 or 5412295. OLE color: 5412295.

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

Color convert

RGB19914982-
CMYK00.250.590.22
HSL34.36º51.09%55.1%-
HSV(B)34.36º58.79%78.04%-
XYZ35.8234.2512.7-
YUV156.3186.06158.45-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.28%
GREEN value IS 149 (58.59% from 255) = 34.65%
BLUE value IS 82 (32.42% from 255) = 19.07%
R=46.28%
G=34.65%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991498200.250.590.2234.3651.0955.1
HexC795520193B16223337
Octal3072251220317326426367
Binary1100011110010101101001001100111101110110100010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79552; }

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

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

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

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

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

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

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

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