#C58652

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

Shades of Twine #C58652

Tints of Twine #C58652

Color information

#C58652 (or 0xC58652) is unknown color: approx Twine. HEX triplet: C5, 86 and 52. RGB value is (197,134,82). Sum of RGB (Red+Green+Blue) = 197+134+82=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C58652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58652 is #3A79AD. Grayscale: #939393. Windows color (decimal): -3832238 or 5408453. OLE color: 5408453.

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

Color convert

RGB19713482-
CMYK00.320.580.23
HSL27.13º49.78%54.71%-
HSV(B)27.13º58.38%77.25%-
XYZ33.0729.5311.94-
YUV146.9191.37163.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.70%
GREEN value IS 134 (52.73% from 255) = 32.45%
BLUE value IS 82 (32.42% from 255) = 19.85%
R=47.70%
G=32.45%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971348200.320.580.2327.1349.7854.71
HexC586520203A171b3237
Octal3052061220407227336267
Binary1100010110000110101001001000001110101011111011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58652; }

 p { color: rgb(197,134,82); }

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

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

 a { background-color: rgb(197,134,82); }

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

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

 span { border-color: rgb(197,134,82); }

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