#C38E57

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

Shades of Twine #C38E57

Tints of Twine #C38E57

Color information

#C38E57 (or 0xC38E57) is unknown color: approx Twine. HEX triplet: C3, 8E and 57. RGB value is (195,142,87). Sum of RGB (Red+Green+Blue) = 195+142+87=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 87 (34.38% from 255 or 20.52% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E57 is #3C71A8. Grayscale: #979797. Windows color (decimal): -3961257 or 5738179. OLE color: 5738179.

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

Color convert

RGB19514287-
CMYK00.270.550.24
HSL30.56º47.37%55.29%-
HSV(B)30.56º55.38%76.47%-
XYZ33.931.6413.34-
YUV151.5891.56158.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.99%
GREEN value IS 142 (55.86% from 255) = 33.49%
BLUE value IS 87 (34.38% from 255) = 20.52%
R=45.99%
G=33.49%
B=20.52%

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
Decimal1951428700.270.550.2430.5647.3755.29
HexC38E5701B37181f2f37
Octal3032161270336730375767
Binary110000111000111010101110110111101111100011111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38E57; }

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

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

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

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

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

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

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

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