#C38D5D

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

Shades of Twine #C38D5D

Tints of Twine #C38D5D

Color information

#C38D5D (or 0xC38D5D) is unknown color: approx Twine. HEX triplet: C3, 8D and 5D. RGB value is (195,141,93). Sum of RGB (Red+Green+Blue) = 195+141+93=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D5D is #3C72A2. Grayscale: #979797. Windows color (decimal): -3961507 or 6131139. OLE color: 6131139.

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

Color convert

RGB19514193-
CMYK00.280.520.24
HSL28.24º45.95%56.47%-
HSV(B)28.24º52.31%76.47%-
XYZ34.0131.4414.63-
YUV151.6794.89158.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 141 (55.47% from 255) = 32.87%
BLUE value IS 93 (36.72% from 255) = 21.68%
R=45.45%
G=32.87%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951419300.280.520.2428.2445.9556.47
HexC38D5D01C34181c2e38
Octal3032151350346430345670
Binary110000111000110110111010111001101001100011100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38D5D; }

 p { color: rgb(195,141,93); }

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

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

 a { background-color: rgb(195,141,93); }

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

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

 span { border-color: rgb(195,141,93); }

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