#C38C5F

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

Shades of Twine #C38C5F

Tints of Twine #C38C5F

Color information

#C38C5F (or 0xC38C5F) is unknown color: approx Twine. HEX triplet: C3, 8C and 5F. RGB value is (195,140,95). Sum of RGB (Red+Green+Blue) = 195+140+95=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38C5F is #3C73A0. Grayscale: #979797. Windows color (decimal): -3961761 or 6261955. OLE color: 6261955.

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

Color convert

RGB19514095-
CMYK00.280.510.24
HSL27º45.45%56.86%-
HSV(B)27º51.28%76.47%-
XYZ33.9531.1815.06-
YUV151.3296.22159.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.35%
GREEN value IS 140 (55.08% from 255) = 32.56%
BLUE value IS 95 (37.5% from 255) = 22.09%
R=45.35%
G=32.56%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951409500.280.510.242745.4556.86
HexC38C5F01C33181b2d39
Octal3032141370346330335571
Binary110000111000110010111110111001100111100011011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38C5F; }

 p { color: rgb(195,140,95); }

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

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

 a { background-color: rgb(195,140,95); }

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

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

 span { border-color: rgb(195,140,95); }

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