#c38d5b

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

Shades of Twine #C38D5B

Tints of Twine #C38D5B

Color information

#C38D5B (or 0xC38D5B) is unknown color: approx Twine. HEX triplet: C3, 8D and 5B. RGB value is (195,141,91). Sum of RGB (Red+Green+Blue) = 195+141+91=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D5B is #3C72A4. Grayscale: #979797. Windows color (decimal): -3961509 or 6000067. OLE color: 6000067.

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

Color convert

RGB19514191-
CMYK00.280.530.24
HSL28.85º46.43%56.08%-
HSV(B)28.85º53.33%76.47%-
XYZ33.9231.4114.17-
YUV151.4593.89159.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.67%
GREEN value IS 141 (55.47% from 255) = 33.02%
BLUE value IS 91 (35.94% from 255) = 21.31%
R=45.67%
G=33.02%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951419100.280.530.2428.8546.4356.08
HexC38D5B01C35181d2e38
Octal3032151330346530355670
Binary110000111000110110110110111001101011100011101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c38d5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c38d5b; }

 p { color: rgb(195,141,91); }

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

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

 a { background-color: rgb(195,141,91); }

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

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

 span { border-color: rgb(195,141,91); }

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