#C38B59

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

Shades of Twine #C38B59

Tints of Twine #C38B59

Color information

#C38B59 (or 0xC38B59) is unknown color: approx Twine. HEX triplet: C3, 8B and 59. RGB value is (195,139,89). Sum of RGB (Red+Green+Blue) = 195+139+89=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B59 is #3C74A6. Grayscale: #969696. Windows color (decimal): -3962023 or 5868483. OLE color: 5868483.

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

Color convert

RGB19513989-
CMYK00.290.540.24
HSL28.3º46.9%55.69%-
HSV(B)28.3º54.36%76.47%-
XYZ33.5430.7913.63-
YUV150.0493.55160.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.10%
GREEN value IS 139 (54.69% from 255) = 32.86%
BLUE value IS 89 (35.16% from 255) = 21.04%
R=46.10%
G=32.86%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951398900.290.540.2428.346.955.69
HexC38B5901D36181c2f38
Octal3032131310356630345770
Binary110000111000101110110010111011101101100011100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38B59; }

 p { color: rgb(195,139,89); }

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

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

 a { background-color: rgb(195,139,89); }

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

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

 span { border-color: rgb(195,139,89); }

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