#C38F57

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

Shades of Twine #C38F57

Tints of Twine #C38F57

Color information

#C38F57 (or 0xC38F57) is unknown color: approx Twine. HEX triplet: C3, 8F and 57. RGB value is (195,143,87). Sum of RGB (Red+Green+Blue) = 195+143+87=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F57 is #3C70A8. Grayscale: #989898. Windows color (decimal): -3961001 or 5738435. OLE color: 5738435.

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

Color convert

RGB19514387-
CMYK00.270.550.24
HSL31.11º47.37%55.29%-
HSV(B)31.11º55.38%76.47%-
XYZ34.0531.9413.39-
YUV152.1691.23158.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.88%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 87 (34.38% from 255) = 20.47%
R=45.88%
G=33.65%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951438700.270.550.2431.1147.3755.29
HexC38F5701B37181f2f37
Octal3032171270336730375767
Binary110000111000111110101110110111101111100011111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38F57; }

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

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

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

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

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

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

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

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