#C38755

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

Shades of Twine #C38755

Tints of Twine #C38755

Color information

#C38755 (or 0xC38755) is unknown color: approx Twine. HEX triplet: C3, 87 and 55. RGB value is (195,135,85). Sum of RGB (Red+Green+Blue) = 195+135+85=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C38755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38755 is #3C78AA. Grayscale: #939393. Windows color (decimal): -3963051 or 5605315. OLE color: 5605315.

HSL color Cylindrical-coordinate representation of color #C38755: hue angle of 27.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 #C38755 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19513585-
CMYK00.310.560.24
HSL27.27º47.83%54.9%-
HSV(B)27.27º56.41%76.47%-
XYZ32.8129.5912.58-
YUV147.2492.88162.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.99%
GREEN value IS 135 (53.12% from 255) = 32.53%
BLUE value IS 85 (33.59% from 255) = 20.48%
R=46.99%
G=32.53%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951358500.310.560.2427.2747.8354.9
HexC3875501F38181b3037
Octal3032071250377030336067
Binary110000111000011110101010111111110001100011011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38755; }

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

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

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

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

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

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

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

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