#C38E5B

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

Shades of Twine #C38E5B

Tints of Twine #C38E5B

Color information

#C38E5B (or 0xC38E5B) is unknown color: approx Twine. HEX triplet: C3, 8E and 5B. RGB value is (195,142,91). Sum of RGB (Red+Green+Blue) = 195+142+91=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38E5B is #3C71A4. Grayscale: #989898. Windows color (decimal): -3961253 or 6000323. OLE color: 6000323.

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

Color convert

RGB19514291-
CMYK00.270.530.24
HSL29.42º46.43%56.08%-
HSV(B)29.42º53.33%76.47%-
XYZ34.0731.714.22-
YUV152.0393.56158.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.56%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 91 (35.94% from 255) = 21.26%
R=45.56%
G=33.18%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951429100.270.530.2429.4246.4356.08
HexC38E5B01B35181d2e38
Octal3032161330336530355670
Binary110000111000111010110110110111101011100011101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38E5B; }

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

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

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

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

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

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

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

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