#C19B53

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

Shades of Twine #C19B53

Tints of Twine #C19B53

Color information

#C19B53 (or 0xC19B53) is unknown color: approx Twine. HEX triplet: C1, 9B and 53. RGB value is (193,155,83). Sum of RGB (Red+Green+Blue) = 193+155+83=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19B53 is #3E64AC. Grayscale: #9E9E9E. Windows color (decimal): -4089005 or 5479361. OLE color: 5479361.

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

Color convert

RGB19315583-
CMYK00.200.570.24
HSL39.27º47.01%54.12%-
HSV(B)39.27º56.99%75.69%-
XYZ35.2835.413.16-
YUV158.1585.59152.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.78%
GREEN value IS 155 (60.94% from 255) = 35.96%
BLUE value IS 83 (32.81% from 255) = 19.26%
R=44.78%
G=35.96%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931558300.200.570.2439.2747.0154.12
HexC19B530143918272f36
Octal3012331230247130475766
Binary1100000110011011101001101010011100111000100111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19B53; }

 p { color: rgb(193,155,83); }

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

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

 a { background-color: rgb(193,155,83); }

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

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

 span { border-color: rgb(193,155,83); }

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