#C38F5A

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

Shades of Twine #C38F5A

Tints of Twine #C38F5A

Color information

#C38F5A (or 0xC38F5A) is unknown color: approx Twine. HEX triplet: C3, 8F and 5A. RGB value is (195,143,90). Sum of RGB (Red+Green+Blue) = 195+143+90=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38F5A is #3C70A5. Grayscale: #989898. Windows color (decimal): -3960998 or 5935043. OLE color: 5935043.

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

Color convert

RGB19514390-
CMYK00.270.540.24
HSL30.29º46.67%55.88%-
HSV(B)30.29º53.85%76.47%-
XYZ34.1731.9914.05-
YUV152.5192.73158.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.56%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 90 (35.55% from 255) = 21.03%
R=45.56%
G=33.41%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951439000.270.540.2430.2946.6755.88
HexC38F5A01B36181e2f38
Octal3032171320336630365770
Binary110000111000111110110100110111101101100011110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38F5A; }

 p { color: rgb(195,143,90); }

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

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

 a { background-color: rgb(195,143,90); }

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

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

 span { border-color: rgb(195,143,90); }

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