#C38A5F

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

Shades of Twine #C38A5F

Tints of Twine #C38A5F

Color information

#C38A5F (or 0xC38A5F) is unknown color: approx Twine. HEX triplet: C3, 8A and 5F. RGB value is (195,138,95). Sum of RGB (Red+Green+Blue) = 195+138+95=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A5F is #3C75A0. Grayscale: #969696. Windows color (decimal): -3962273 or 6261443. OLE color: 6261443.

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

Color convert

RGB19513895-
CMYK00.290.510.24
HSL25.8º45.45%56.86%-
HSV(B)25.8º51.28%76.47%-
XYZ33.6630.6114.96-
YUV150.1496.88160-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.56%
GREEN value IS 138 (54.30% from 255) = 32.24%
BLUE value IS 95 (37.5% from 255) = 22.20%
R=45.56%
G=32.24%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951389500.290.510.2425.845.4556.86
HexC38A5F01D33181a2d39
Octal3032121370356330325571
Binary110000111000101010111110111011100111100011010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38A5F; }

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

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

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

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

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

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

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

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