#C38A58

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

Shades of Twine #C38A58

Tints of Twine #C38A58

Color information

#C38A58 (or 0xC38A58) is unknown color: approx Twine. HEX triplet: C3, 8A and 58. RGB value is (195,138,88). Sum of RGB (Red+Green+Blue) = 195+138+88=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A58 is #3C75A7. Grayscale: #959595. Windows color (decimal): -3962280 or 5802691. OLE color: 5802691.

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

Color convert

RGB19513888-
CMYK00.290.550.24
HSL28.04º47.14%55.49%-
HSV(B)28.04º54.87%76.47%-
XYZ33.3630.4813.36-
YUV149.3493.38160.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.32%
GREEN value IS 138 (54.30% from 255) = 32.78%
BLUE value IS 88 (34.77% from 255) = 20.90%
R=46.32%
G=32.78%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951388800.290.550.2428.0447.1455.49
HexC38A5801D37181c2f37
Octal3032121300356730345767
Binary110000111000101010110000111011101111100011100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38A58; }

 p { color: rgb(195,138,88); }

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

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

 a { background-color: rgb(195,138,88); }

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

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

 span { border-color: rgb(195,138,88); }

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