#C3885B

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

Shades of Twine #C3885B

Tints of Twine #C3885B

Color information

#C3885B (or 0xC3885B) is unknown color: approx Twine. HEX triplet: C3, 88 and 5B. RGB value is (195,136,91). Sum of RGB (Red+Green+Blue) = 195+136+91=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C3885B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3885B is #3C77A4. Grayscale: #949494. Windows color (decimal): -3962789 or 5998787. OLE color: 5998787.

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

Color convert

RGB19513691-
CMYK00.300.530.24
HSL25.96º46.43%56.08%-
HSV(B)25.96º53.33%76.47%-
XYZ33.229.9713.93-
YUV148.5195.55161.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.21%
GREEN value IS 136 (53.52% from 255) = 32.23%
BLUE value IS 91 (35.94% from 255) = 21.56%
R=46.21%
G=32.23%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951369100.300.530.2425.9646.4356.08
HexC3885B01E35181a2e38
Octal3032101330366530325670
Binary110000111000100010110110111101101011100011010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3885B; }

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

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

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

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

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

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

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

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