#C79252

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

Shades of Twine #C79252

Tints of Twine #C79252

Color information

#C79252 (or 0xC79252) is unknown color: approx Twine. HEX triplet: C7, 92 and 52. RGB value is (199,146,82). Sum of RGB (Red+Green+Blue) = 199+146+82=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 82 (32.42% from 255 or 19.20% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C79252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79252 is #386DAD. Grayscale: #9A9A9A. Windows color (decimal): -3698094 or 5411527. OLE color: 5411527.

HSL color Cylindrical-coordinate representation of color #C79252: hue angle of 32.82º 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 #C79252 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB19914682-
CMYK00.270.590.22
HSL32.82º51.09%55.1%-
HSV(B)32.82º58.79%78.04%-
XYZ35.3633.3112.55-
YUV154.5587.06159.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.60%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 82 (32.42% from 255) = 19.20%
R=46.60%
G=34.19%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991468200.270.590.2232.8251.0955.1
HexC7925201B3B16213337
Octal3072221220337326416367
Binary1100011110010010101001001101111101110110100001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79252; }

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

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

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

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

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

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

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

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