#C49452

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

Shades of Twine #C49452

Tints of Twine #C49452

Color information

#C49452 (or 0xC49452) is unknown color: approx Twine. HEX triplet: C4, 94 and 52. RGB value is (196,148,82). Sum of RGB (Red+Green+Blue) = 196+148+82=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C49452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49452 is #3B6BAD. Grayscale: #9B9B9B. Windows color (decimal): -3894190 or 5412036. OLE color: 5412036.

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

Color convert

RGB19614882-
CMYK00.240.580.23
HSL34.74º49.14%54.51%-
HSV(B)34.74º58.16%76.86%-
XYZ34.8833.5212.62-
YUV154.8386.9157.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.01%
GREEN value IS 148 (58.20% from 255) = 34.74%
BLUE value IS 82 (32.42% from 255) = 19.25%
R=46.01%
G=34.74%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961488200.240.580.2334.7449.1454.51
HexC494520183A17233137
Octal3042241220307227436167
Binary1100010010010100101001001100011101010111100011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49452; }

 p { color: rgb(196,148,82); }

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

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

 a { background-color: rgb(196,148,82); }

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

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

 span { border-color: rgb(196,148,82); }

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