#C58F5F

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

Shades of Twine #C58F5F

Tints of Twine #C58F5F

Color information

#C58F5F (or 0xC58F5F) is unknown color: approx Twine. HEX triplet: C5, 8F and 5F. RGB value is (197,143,95). Sum of RGB (Red+Green+Blue) = 197+143+95=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F5F is #3A70A0. Grayscale: #999999. Windows color (decimal): -3829921 or 6262725. OLE color: 6262725.

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

Color convert

RGB19714395-
CMYK00.270.520.23
HSL28.24º46.79%57.25%-
HSV(B)28.24º51.78%77.25%-
XYZ34.9132.3415.23-
YUV153.6794.89158.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.29%
GREEN value IS 143 (56.25% from 255) = 32.87%
BLUE value IS 95 (37.5% from 255) = 21.84%
R=45.29%
G=32.87%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971439500.270.520.2328.2446.7957.25
HexC58F5F01B34171c2f39
Octal3052171370336427345771
Binary110001011000111110111110110111101001011111100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58F5F; }

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

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

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

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

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

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

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

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