#C39058

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

Shades of Twine #C39058

Tints of Twine #C39058

Color information

#C39058 (or 0xC39058) is unknown color: approx Twine. HEX triplet: C3, 90 and 58. RGB value is (195,144,88). Sum of RGB (Red+Green+Blue) = 195+144+88=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C39058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39058 is #3C6FA7. Grayscale: #999999. Windows color (decimal): -3960744 or 5804227. OLE color: 5804227.

HSL color Cylindrical-coordinate representation of color #C39058: hue angle of 31.4º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C39058 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB19514488-
CMYK00.260.550.24
HSL31.4º47.14%55.49%-
HSV(B)31.4º54.87%76.47%-
XYZ34.2432.2513.65-
YUV152.8691.4158.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.67%
GREEN value IS 144 (56.64% from 255) = 33.72%
BLUE value IS 88 (34.77% from 255) = 20.61%
R=45.67%
G=33.72%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951448800.260.550.2431.447.1455.49
HexC3905801A37181f2f37
Octal3032201300326730375767
Binary110000111001000010110000110101101111100011111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39058; }

 p { color: rgb(195,144,88); }

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

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

 a { background-color: rgb(195,144,88); }

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

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

 span { border-color: rgb(195,144,88); }

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