#C18351

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

Shades of Twine #C18351

Tints of Twine #C18351

Color information

#C18351 (or 0xC18351) is unknown color: approx Twine. HEX triplet: C1, 83 and 51. RGB value is (193,131,81). Sum of RGB (Red+Green+Blue) = 193+131+81=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C18351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18351 is #3E7CAE. Grayscale: #909090. Windows color (decimal): -4095151 or 5342145. OLE color: 5342145.

HSL color Cylindrical-coordinate representation of color #C18351: hue angle of 26.79º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C18351 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB19313181-
CMYK00.320.580.24
HSL26.79º47.46%53.73%-
HSV(B)26.79º58.03%75.69%-
XYZ31.5928.1611.56-
YUV143.8492.54163.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.65%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 81 (32.03% from 255) = 20%
R=47.65%
G=32.35%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931318100.320.580.2426.7947.4653.73
HexC183510203A181b2f36
Octal3012031210407230335766
Binary1100000110000011101000101000001110101100011011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18351; }

 p { color: rgb(193,131,81); }

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

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

 a { background-color: rgb(193,131,81); }

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

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

 span { border-color: rgb(193,131,81); }

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