#C38F5D

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

Shades of Twine #C38F5D

Tints of Twine #C38F5D

Color information

#C38F5D (or 0xC38F5D) is unknown color: approx Twine. HEX triplet: C3, 8F and 5D. RGB value is (195,143,93). Sum of RGB (Red+Green+Blue) = 195+143+93=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F5D is #3C70A2. Grayscale: #999999. Windows color (decimal): -3960995 or 6131651. OLE color: 6131651.

HSL color Cylindrical-coordinate representation of color #C38F5D: hue angle of 29.41º 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 #C38F5D is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB19514393-
CMYK00.270.520.24
HSL29.41º45.95%56.47%-
HSV(B)29.41º52.31%76.47%-
XYZ34.332.0414.73-
YUV152.8594.23158.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.24%
GREEN value IS 143 (56.25% from 255) = 33.18%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=45.24%
G=33.18%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951439300.270.520.2429.4145.9556.47
HexC38F5D01B34181d2e38
Octal3032171350336430355670
Binary110000111000111110111010110111101001100011101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38F5D; }

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

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

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

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

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

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

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

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