#C39A5C

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

Shades of Twine #C39A5C

Tints of Twine #C39A5C

Color information

#C39A5C (or 0xC39A5C) is unknown color: approx Twine. HEX triplet: C3, 9A and 5C. RGB value is (195,154,92). Sum of RGB (Red+Green+Blue) = 195+154+92=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39A5C is #3C65A3. Grayscale: #9F9F9F. Windows color (decimal): -3958180 or 6068931. OLE color: 6068931.

HSL color Cylindrical-coordinate representation of color #C39A5C: hue angle of 36.12º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C39A5C is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB19515492-
CMYK00.210.530.24
HSL36.12º46.19%56.27%-
HSV(B)36.12º52.82%76.47%-
XYZ35.9935.4915.08-
YUV159.1990.08153.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.22%
GREEN value IS 154 (60.55% from 255) = 34.92%
BLUE value IS 92 (36.33% from 255) = 20.86%
R=44.22%
G=34.92%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951549200.210.530.2436.1246.1956.27
HexC39A5C0153518242e38
Octal3032321340256530445670
Binary1100001110011010101110001010111010111000100100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39A5C; }

 p { color: rgb(195,154,92); }

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

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

 a { background-color: rgb(195,154,92); }

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

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

 span { border-color: rgb(195,154,92); }

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