#c3885a

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

Shades of Twine #C3885A

Tints of Twine #C3885A

Color information

#C3885A (or 0xC3885A) is unknown color: approx Twine. HEX triplet: C3, 88 and 5A. RGB value is (195,136,90). Sum of RGB (Red+Green+Blue) = 195+136+90=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C3885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3885A is #3C77A5. Grayscale: #949494. Windows color (decimal): -3962790 or 5933251. OLE color: 5933251.

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

Color convert

RGB19513690-
CMYK00.300.540.24
HSL26.29º46.67%55.88%-
HSV(B)26.29º53.85%76.47%-
XYZ33.1629.9513.71-
YUV148.495.05161.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.32%
GREEN value IS 136 (53.52% from 255) = 32.30%
BLUE value IS 90 (35.55% from 255) = 21.38%
R=46.32%
G=32.30%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951369000.300.540.2426.2946.6755.88
HexC3885A01E36181a2f38
Octal3032101320366630325770
Binary110000111000100010110100111101101101100011010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3885a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3885a; }

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

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

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

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

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

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

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

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