#c38e56

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

Shades of Twine #C38E56

Tints of Twine #C38E56

Color information

#C38E56 (or 0xC38E56) is unknown color: approx Twine. HEX triplet: C3, 8E and 56. RGB value is (195,142,86). Sum of RGB (Red+Green+Blue) = 195+142+86=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E56 is #3C71A9. Grayscale: #979797. Windows color (decimal): -3961258 or 5672643. OLE color: 5672643.

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

Color convert

RGB19514286-
CMYK00.270.560.24
HSL30.83º47.6%55.1%-
HSV(B)30.83º55.9%76.47%-
XYZ33.8631.6213.12-
YUV151.4691.06159.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.10%
GREEN value IS 142 (55.86% from 255) = 33.57%
BLUE value IS 86 (33.98% from 255) = 20.33%
R=46.10%
G=33.57%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951428600.270.560.2430.8347.655.1
HexC38E5601B38181f3037
Octal3032161260337030376067
Binary110000111000111010101100110111110001100011111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c38e56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c38e56; }

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

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

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

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

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

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

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

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