#C38955

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

Shades of Twine #C38955

Tints of Twine #C38955

Color information

#C38955 (or 0xC38955) is unknown color: approx Twine. HEX triplet: C3, 89 and 55. RGB value is (195,137,85). Sum of RGB (Red+Green+Blue) = 195+137+85=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C38955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38955 is #3C76AA. Grayscale: #949494. Windows color (decimal): -3962539 or 5605827. OLE color: 5605827.

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

Color convert

RGB19513785-
CMYK00.300.560.24
HSL28.36º47.83%54.9%-
HSV(B)28.36º56.41%76.47%-
XYZ33.0930.1512.67-
YUV148.4192.22161.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.76%
GREEN value IS 137 (53.91% from 255) = 32.85%
BLUE value IS 85 (33.59% from 255) = 20.38%
R=46.76%
G=32.85%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951378500.300.560.2428.3647.8354.9
HexC3895501E38181c3037
Octal3032111250367030346067
Binary110000111000100110101010111101110001100011100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38955; }

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

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

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

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

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

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

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

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