#C39255

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

Shades of Twine #C39255

Tints of Twine #C39255

Color information

#C39255 (or 0xC39255) is unknown color: approx Twine. HEX triplet: C3, 92 and 55. RGB value is (195,146,85). Sum of RGB (Red+Green+Blue) = 195+146+85=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C39255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39255 is #3C6DAA. Grayscale: #999999. Windows color (decimal): -3960235 or 5608131. OLE color: 5608131.

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

Color convert

RGB19514685-
CMYK00.250.560.24
HSL33.27º47.83%54.9%-
HSV(B)33.27º56.41%76.47%-
XYZ34.4232.8213.11-
YUV153.789.23157.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.77%
GREEN value IS 146 (57.42% from 255) = 34.27%
BLUE value IS 85 (33.59% from 255) = 19.95%
R=45.77%
G=34.27%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951468500.250.560.2433.2747.8354.9
HexC392550193818213037
Octal3032221250317030416067
Binary1100001110010010101010101100111100011000100001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39255; }

 p { color: rgb(195,146,85); }

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

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

 a { background-color: rgb(195,146,85); }

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

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

 span { border-color: rgb(195,146,85); }

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