#C58F55

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

Shades of Twine #C58F55

Tints of Twine #C58F55

Color information

#C58F55 (or 0xC58F55) is unknown color: approx Twine. HEX triplet: C5, 8F and 55. RGB value is (197,143,85). Sum of RGB (Red+Green+Blue) = 197+143+85=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F55 is #3A70AA. Grayscale: #989898. Windows color (decimal): -3829931 or 5607365. OLE color: 5607365.

HSL color Cylindrical-coordinate representation of color #C58F55: hue angle of 31.07º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C58F55 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB19714385-
CMYK00.270.570.23
HSL31.07º49.12%55.29%-
HSV(B)31.07º56.85%77.25%-
XYZ34.4932.1712.99-
YUV152.5389.89159.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.35%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 85 (33.59% from 255) = 20%
R=46.35%
G=33.65%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971438500.270.570.2331.0749.1255.29
HexC58F5501B39171f3137
Octal3052171250337127376167
Binary110001011000111110101010110111110011011111111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58F55; }

 p { color: rgb(197,143,85); }

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

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

 a { background-color: rgb(197,143,85); }

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

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

 span { border-color: rgb(197,143,85); }

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