#C38F55

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

Shades of Twine #C38F55

Tints of Twine #C38F55

Color information

#C38F55 (or 0xC38F55) is unknown color: approx Twine. HEX triplet: C3, 8F and 55. RGB value is (195,143,85). Sum of RGB (Red+Green+Blue) = 195+143+85=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F55 is #3C70AA. Grayscale: #989898. Windows color (decimal): -3961003 or 5607363. OLE color: 5607363.

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

Color convert

RGB19514385-
CMYK00.270.560.24
HSL31.64º47.83%54.9%-
HSV(B)31.64º56.41%76.47%-
XYZ33.9731.912.96-
YUV151.9490.23158.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.10%
GREEN value IS 143 (56.25% from 255) = 33.81%
BLUE value IS 85 (33.59% from 255) = 20.09%
R=46.10%
G=33.81%
B=20.09%

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
Decimal1951438500.270.560.2431.6447.8354.9
HexC38F5501B3818203037
Octal3032171250337030406067
Binary1100001110001111101010101101111100011000100000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38F55; }

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

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

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

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

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

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

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

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